PHP 클래스 Xpressengine\Support\Exceptions\HttpXpressengineException

저자: XE Developers ([email protected])
상속: extends XpressengineException, implements Symfony\Component\HttpKernel\Exception\HttpExceptionInterface
파일 보기 프로젝트 열기: xpressengine/xpressengine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$statusCode

공개 메소드들

메소드 설명
__construct ( array $args = [], integer $statusCode = null, Exception $previous = null, array $headers = [], integer $code ) HttpXpressengineException constructor.
getHeaders ( ) : array Returns response headers.
getStatusCode ( ) : integer getStatusCode

메소드 상세

__construct() 공개 메소드

HttpXpressengineException constructor.
public __construct ( array $args = [], integer $statusCode = null, Exception $previous = null, array $headers = [], integer $code )
$args array arguments array
$statusCode integer exception status code
$previous Exception exception
$headers array header
$code integer code

getHeaders() 공개 메소드

Returns response headers.
public getHeaders ( ) : array
리턴 array Response headers

getStatusCode() 공개 메소드

getStatusCode
public getStatusCode ( ) : integer
리턴 integer status code

프로퍼티 상세

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

protected $statusCode