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

Inheritance: extends Exceptio\Exception
Afficher le fichier Open project: sulu/sulu

Protected Properties

Свойство Type Description
$template string The template causing the error.

Méthodes publiques

Méthode Description
__construct ( string $template, $message = '' )
getTemplate ( ) : string Returns the template causing the error.

Method Details

__construct() public méthode

public __construct ( string $template, $message = '' )
$template string The template causing the error

getTemplate() public méthode

Returns the template causing the error.
public getTemplate ( ) : string
Résultat string

Property Details

$template protected_oe property

The template causing the error.
protected string $template
Résultat string