PHP Класс Neos\Flow\Mvc\Controller\Exception

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

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

Свойство Тип Описание
$request Neos\Flow\Mvc\RequestInterface

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

Метод Описание
__construct ( string $message = '', integer $code, Exception $previousException = null, Neos\Flow\Mvc\RequestInterface $request ) Overwrites parent constructor to be able to inject current request object.

Защищенные методы

Метод Описание
getRequest ( ) : Neos\Flow\Mvc\RequestInterface Returns the request object that exception belongs to.

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

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

Overwrites parent constructor to be able to inject current request object.
См. также: Exception
public __construct ( string $message = '', integer $code, Exception $previousException = null, Neos\Flow\Mvc\RequestInterface $request )
$message string
$code integer
$previousException Exception
$request Neos\Flow\Mvc\RequestInterface

getRequest() защищенный метод

Returns the request object that exception belongs to.
protected getRequest ( ) : Neos\Flow\Mvc\RequestInterface
Результат Neos\Flow\Mvc\RequestInterface

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

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

protected RequestInterface,Neos\Flow\Mvc $request
Результат Neos\Flow\Mvc\RequestInterface