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

getNames() 공개 메소드

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