프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$languageCode | string | The ISO 639-1 two letter language code ref: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes | |
$text | string[] | A none-associative array of text in the language denoted by $languageCode | |
$title | string | The title in the language denoted by $languageCode |
메소드 | 설명 | |
---|---|---|
__construct ( string $languageCode, string $title, string[] $text ) | Constructor for LanguageSpecificText objetc |
public __construct ( string $languageCode, string $title, string[] $text ) | ||
$languageCode | string | the ISO 639-1 language code |
$title | string | the title of the content |
$text | string[] | the none-assositave array of the content text |
public string $languageCode | ||
리턴 | string |
public string[] $text | ||
리턴 | string[] |