PHP Class Neos\Flow\Mvc\Controller\Exception

Inheritance: extends Neos\Flow\Mvc\Exception
ファイルを表示 Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$request Neos\Flow\Mvc\RequestInterface

Public Methods

Method 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.

Protected Methods

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

Method Details

__construct() public method

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 method

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

Property Details

$request protected_oe property

protected RequestInterface,Neos\Flow\Mvc $request
return Neos\Flow\Mvc\RequestInterface