PHP Класс Sulu\Component\Content\Metadata\Loader\Exception\TemplateException

Наследование: extends Exceptio\Exception
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$template string The template causing the error.

Открытые методы

Метод Описание
__construct ( string $template, $message = '' )
getTemplate ( ) : string Returns the template causing the error.

Описание методов

__construct() публичный Метод

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

getTemplate() публичный Метод

Returns the template causing the error.
public getTemplate ( ) : string
Результат string

Описание свойств

$template защищенное свойство

The template causing the error.
protected string $template
Результат string