PHP 클래스 Elgg\Http\ErrorResponse

상속: extends OkResponse
파일 보기 프로젝트 열기: elgg/elgg

공개 메소드들

메소드 설명
__construct ( string $error = '', integer $status_code = ELGG_HTTP_OK, string $forward_url = REFERRER ) Constructor

메소드 상세

__construct() 공개 메소드

Constructor
또한 보기: elgg_error_response
public __construct ( string $error = '', integer $status_code = ELGG_HTTP_OK, string $forward_url = REFERRER )
$error string Error message
$status_code integer HTTP status code
$forward_url string Forward url