PHP Class Horde_Core_Ui_FlagImage, horde
Copyright 2003-2016 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.
Mostra file
Open project: horde/horde
Class Usage Examples
Public Methods
Method Details
generateFlagImageByHost()
public static method
Generate a flag image tag.
getFlagImageObByHost()
public static method
Generate flag image object.
public static getFlagImageObByHost ( string $host ) : array |
$host |
string |
The hostname. |
return |
array |
False if not found, or an array with these keys:
- name: (string) Country name.
- ob: (Horde_Themes_Image) Image object.
|