Class Horde_Service_Gravatar
Horde_Service_Gravatar abstracts communication with Services supporting the Gravatar API (http://www.gravatar.com/site/implement/).
Copyright 2011-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Package: Service\Gravatar
Category: Horde
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Service_Gravatar
Located at Horde/Service/Gravatar.php
Category: Horde
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Service_Gravatar
Located at Horde/Service/Gravatar.php
public
|
#
__construct( string $base =
Constructor. |
public
string
|
|
public
string
|
#
getAvatarUrl( string $mail, integer $size = null )
Return the Gravatar image URL for the specified mail address. The returned URL can be directly used with an tag e.g. |
public
string
|
|
public
string
|
|
public
array
|
|
public
resource
|
string |
STANDARD
The default Gravatar base URL |
#
'http://www.gravatar.com'
|
string |
SECURE
The Gravatar base URL in SSL context |
#
'https://secure.gravatar.com'
|