eZ\Publish\Core\Repository\Values\ContentType\ContentTypeDraft::getFieldDefinitions PHP 메소드

getFieldDefinitions() 공개 메소드

This method returns the content type field definitions from this type.
public getFieldDefinitions ( ) : eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[]
리턴 eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[]
    public function getFieldDefinitions()
    {
        return $this->innerContentType->getFieldDefinitions();
    }