Beispiel #1
0
 public static function avatar($identifier, $src = "", $caption = NULL)
 {
     $img = new HtmlImage($identifier, $src);
     return $img->asAvatar($caption);
 }