Esempio n. 1
0
 public static function label($identifier, $icon, $label)
 {
     $result = new HtmlIcon($identifier, $icon);
     return $result->addLabel($label);
 }