Static Public Member Functions | |
static | getImage ($email, $schema= 'http', $s=80, $d= 'mm', $r= 'g', $img=false, $atts=array()) |
Created by JetBrains PhpStorm. User: andrew Date: 6/26/12 Time: 11:29 AM To change this template use File | Settings | File Templates.
Definition at line 9 of file Gravatar.php.
|
static |
Get either a Gravatar URL or complete image tag for a specified email address.
string | The email address | |
int | string | $s | Size in pixels, defaults to 80px [ 1 - 512 ] |
string | $d | Default imageset to use [ 404 | mm | identicon | monsterid | wavatar ] |
string | $r | Maximum rating (inclusive) [ g | pg | r | x ] |
bool | $img | True to return a complete IMG tag False for just the URL |
array | $atts | Optional, additional key/value attributes to include in the IMG tag |
string | $schema |
Definition at line 24 of file Gravatar.php.
Referenced by CommentsListWidget\getAvatar().