eZ\Publish\Core\Repository\Values\ContentType\ContentTypeDraft::__get PHP Méthode

__get() public méthode

Magic getter for routing get calls to innerContentType.
public __get ( string $property ) : mixed
$property string The name of the property to retrieve
Résultat mixed
    public function __get($property)
    {
        return $this->innerContentType->{$property};
    }