PHP 클래스 Swiftriver\Core\ObjectModel\LanguageSpecificText

저자: mg[at]swiftly[dot]org
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 프로퍼티들

프로퍼티 타입 설명
$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

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$languageCode 공개적으로 프로퍼티

The ISO 639-1 two letter language code ref: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
public string $languageCode
리턴 string

$text 공개적으로 프로퍼티

A none-associative array of text in the language denoted by $languageCode
public string[] $text
리턴 string[]

$title 공개적으로 프로퍼티

The title in the language denoted by $languageCode
public string $title
리턴 string