eZ\Publish\Core\REST\Client\Values\ContentType\ContentTypeDraft::getDescriptions PHP Метод

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

The structure of this field is: array( 'eng' => '', 'de' => '' );
public getDescriptions ( ) : string[]
Результат string[]
    public function getDescriptions()
    {
        return $this->innerContentType->getDescriptions();
    }