eZ\Publish\Core\REST\Client\Exceptions\PropertyReadOnlyException::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $propertyName )
    public function __construct($propertyName)
    {
        parent::__construct(sprintf('Property "%s" is read-only.', $propertyName));
    }
PropertyReadOnlyException