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

Inheritance: extends InvalidXmlException
Afficher le fichier Open project: sulu/sulu

Protected Properties

Свойство Type Description
$propertyName string The reserved property name, which has been used.

Méthodes publiques

Méthode 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 méthode

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 méthode

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

Property Details

$propertyName protected_oe property

The reserved property name, which has been used.
protected string $propertyName
Résultat string