PHP Класс eZ\Publish\Core\REST\Client\Values\ContentType\ContentTypeGroup

Наследование: extends eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$descriptions
$names

Открытые методы

Метод Описание
__construct ( array $data = [] )
getDescription ( string $languageCode ) : string 5.x only This method returns the name of the content type in the given language.
getDescriptions ( ) : string[] 5.x only This method returns the human readable description of the content type The structure of this field is: array( 'eng' => '', 'de' => '' ); .
getName ( string $languageCode ) : string 5.x only This method returns the name of the content type in the given language.
getNames ( ) : string[] 5.x only This method returns the human readable name in all provided languages of the content type.

Описание методов

__construct() публичный Метод

public __construct ( array $data = [] )
$data array

getDescription() публичный Метод

5.x only This method returns the name of the content type in the given language.
public getDescription ( string $languageCode ) : string
$languageCode string
Результат string the description for the given language or null if none exists.

getDescriptions() публичный Метод

5.x only This method returns the human readable description of the content type The structure of this field is: array( 'eng' => '', 'de' => '' ); .
public getDescriptions ( ) : string[]
Результат string[]

getName() публичный Метод

5.x only This method returns the name of the content type in the given language.
public getName ( string $languageCode ) : string
$languageCode string
Результат string the name for the given language or null if none exists.

getNames() публичный Метод

The structure of the return value is: array( 'eng' => '', 'de' => '' );
public getNames ( ) : string[]
Результат string[]

Описание свойств

$descriptions защищенное свойство

protected $descriptions

$names защищенное свойство

protected $names