PHP Класс eZ\Publish\Core\Base\Exceptions\ForbiddenException

Наследование: extends eZ\Publish\API\Repository\Exceptions\ForbiddenException, implements eZ\Publish\Core\Base\Translatable, use trait eZ\Publish\Core\Base\TranslatableBase
Показать файл Открыть проект

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

Метод Описание
__construct ( string $messageTemplate, array $parameters = [] )

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

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

public __construct ( string $messageTemplate, array $parameters = [] )
$messageTemplate string The message template, with placeholders for parameters. E.g. "Content with ID %contentId% could not be found".
$parameters array Hash map with param placeholder as key and its corresponding value. E.g. array('%contentId%' => 123).