PHP Class Sulu\Component\Content\Metadata\Loader\Exception\ReservedPropertyNameException

Inheritance: extends InvalidXmlException
Mostrar archivo Open project: sulu/sulu

Protected Properties

Property Type Description
$propertyName string The reserved property name, which has been used.

Public Methods

Method Description
__construct ( string $template, string $propertyName )
getPropertyName ( ) : string Returns the name of the property, which was not allowed to be used.

Method Details

__construct() public method

public __construct ( string $template, string $propertyName )
$template string The template causing the problem
$propertyName string The name of the property, which has been used

getPropertyName() public method

Returns the name of the property, which was not allowed to be used.
public getPropertyName ( ) : string
return string

Property Details

$propertyName protected_oe property

The reserved property name, which has been used.
protected string $propertyName
return string