PHP Class Neos\Flow\Mvc\Controller\Exception

Inheritance: extends Neos\Flow\Mvc\Exception
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$request Neos\Flow\Mvc\RequestInterface

Méthodes publiques

Méthode Description
__construct ( string $message = '', integer $code, Exception $previousException = null, Neos\Flow\Mvc\RequestInterface $request ) Overwrites parent constructor to be able to inject current request object.

Méthodes protégées

Méthode Description
getRequest ( ) : Neos\Flow\Mvc\RequestInterface Returns the request object that exception belongs to.

Method Details

__construct() public méthode

Overwrites parent constructor to be able to inject current request object.
See also: 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() protected méthode

Returns the request object that exception belongs to.
protected getRequest ( ) : Neos\Flow\Mvc\RequestInterface
Résultat Neos\Flow\Mvc\RequestInterface

Property Details

$request protected_oe property

protected RequestInterface,Neos\Flow\Mvc $request
Résultat Neos\Flow\Mvc\RequestInterface