Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Sulu
Component
Content
Metadata
Loader
Exception
RequiredPropertyNameNotFoundException
PHP Class Sulu\Component\Content\Metadata\Loader\Exception\RequiredPropertyNameNotFoundException
Inheritance:
extends
InvalidXmlException
Exibir arquivo
Open project: sulu/sulu
Protected Properties
Property
Type
Description
$propertyName
string
The name of the property, which is required, but not found.
Public Methods
Method
Description
__construct
(
$template
,
$propertyName
)
Method Details
__construct()
public
method
public
__construct
(
$template
,
$propertyName
)
Property Details
$propertyName
protected_oe property
The name of the property, which is required, but not found.
protected
string
$propertyName
return
string