eZ\Publish\Core\REST\Client\Values\ContentType\ContentTypeDraft::__set PHP Method

__set() public method

public __set ( $propertyName, $propertyValue )
    public function __set($propertyName, $propertyValue)
    {
        $this->innerContentType->{$propertyName} = $propertyValue;
    }