PHP 클래스 Common\Exception\RedirectException

상속: extends Exception
파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$response

공개 메소드들

메소드 설명
__construct ( $message, Response $response, Exception $previous = null )
getResponse ( ) : Response Get the associated response

메소드 상세

__construct() 공개 메소드

public __construct ( $message, Response $response, Exception $previous = null )
$response Symfony\Component\HttpFoundation\Response
$previous Exception

getResponse() 공개 메소드

Get the associated response
public getResponse ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

프로퍼티 상세

$response 보호되어 있는 프로퍼티

protected $response