![]() |
TYPO3
7.6
|
Public Member Functions | |
renderIsoCodeSelectDropdown (array $conf=array()) | |
Protected Member Functions | |
getIsoCodes () | |
getLanguageService () | |
Helper functionality for dealing with ISO codes.
Definition at line 20 of file IsoCodeService.php.
|
protected |
Returns the list of ISO 639-1 codes.
List taken from http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
Definition at line 56 of file IsoCodeService.php.
Referenced by IsoCodeService\renderIsoCodeSelectDropdown().
|
protected |
Returns LanguageService
Definition at line 252 of file IsoCodeService.php.
References $GLOBALS.
Referenced by IsoCodeService\renderIsoCodeSelectDropdown().
renderIsoCodeSelectDropdown | ( | array | $conf = array() | ) |
Renders a select dropdown with ISO 639-1 codes.
array | $conf |
Definition at line 28 of file IsoCodeService.php.
References IsoCodeService\getIsoCodes(), and IsoCodeService\getLanguageService().