Свойство | Тип | Описание | |
---|---|---|---|
$descriptions | string[] | Human readable descriptions of object state group. | |
$names | string[] | Human readable names of object state group. |
Метод | Описание | |
---|---|---|
getDescription ( string $languageCode ) : string | This method returns the name of the content type in the given language. | |
getDescriptions ( ) : string[] | This method returns the human readable description of the content type. | |
getName ( string $languageCode ) : string | This method returns the name of the content type in the given language. | |
getNames ( ) : string[] | This method returns the human readable name in all provided languages of the content type. |
public getDescription ( string $languageCode ) : string | ||
$languageCode | string | |
Результат | string | the description for the given language or null if none exists. |
array( 'eng' => '', 'de' => '' );
public getDescriptions ( ) : string[] | ||
Результат | string[] |
array( 'eng' => '', 'de' => '' );
public getNames ( ) : string[] | ||
Результат | string[] |
protected string[] $descriptions | ||
Результат | string[] |