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