PHP 클래스 Contao\CoreBundle\Exception\AjaxRedirectResponseException

상속: extends ResponseException
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $location, integer $status = 302, Exception $previous = null ) Constructor.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $location, integer $status = 302, Exception $previous = null )
$location string
$status integer
$previous Exception