PHP 클래스 Neos\Flow\Mvc\Controller\Exception

상속: extends Neos\Flow\Mvc\Exception
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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