eZ\Publish\Core\REST\Client\Values\ContentType\FieldDefinition::getDescriptions PHP 메소드

getDescriptions() 공개 메소드

The structure of this field is: array( 'eng' => '', 'de' => '' );
public getDescriptions ( ) : string[]
리턴 string[]
    public function getDescriptions()
    {
        return $this->descriptions;
    }