PHP Класс Sulu\Component\Content\Template\Exception\ReservedPropertyNameException

Наследование: extends InvalidXmlException
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$propertyName string The reserved property name, which has been used.

Открытые методы

Метод Описание
__construct ( string $template, string $propertyName )
getPropertyName ( ) : string Returns the name of the property, which was not allowed to be used.

Описание методов

__construct() публичный Метод

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() публичный Метод

Returns the name of the property, which was not allowed to be used.
public getPropertyName ( ) : string
Результат string

Описание свойств

$propertyName защищенное свойство

The reserved property name, which has been used.
protected string $propertyName
Результат string