PHP 클래스 Sulu\Component\Content\Metadata\Loader\Exception\ReservedPropertyNameException

상속: extends InvalidXmlException
파일 보기 프로젝트 열기: sulu/sulu

보호된 프로퍼티들

프로퍼티 타입 설명
$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