eZ\Publish\Core\Repository\Values\ContentType\ContentTypeDraft::__set PHP Method

__set() public method

Magic set for routing set calls to innerContentType.
public __set ( string $property, mixed $propertyValue )
$property string
$propertyValue mixed
    public function __set($property, $propertyValue)
    {
        $this->innerContentType->{$property} = $propertyValue;
    }