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

Inheritance: extends InvalidXmlException
Datei anzeigen Open project: sulu/sulu

Protected Properties

Property Type Description
$tagName string The name of the property, which is required, but not found.

Public Methods

Method Description
__construct ( $template, $tagName )

Method Details

__construct() public method

public __construct ( $template, $tagName )

Property Details

$tagName protected_oe property

The name of the property, which is required, but not found.
protected string $tagName
return string