프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$descriptions | string[] | ||
$names | string[] |
메소드 | 설명 | |
---|---|---|
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[] |