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

Inheritance: extends InvalidXmlException
Mostrar archivo 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