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

getProperties() 보호된 메소드

Override to add dynamic properties
protected getProperties ( array $dynamicProperties = ['contentTypeGroups', 'fieldDefinitions'] ) : array
$dynamicProperties array
리턴 array
    protected function getProperties($dynamicProperties = array('contentTypeGroups', 'fieldDefinitions'))
    {
        return parent::getProperties($dynamicProperties);
    }