PHP 클래스 Flarum\Http\Middleware\HandleErrors

상속: implements Zend\Stratigility\ErrorMiddlewareInterface
파일 보기 프로젝트 열기: flarum/core

보호된 프로퍼티들

프로퍼티 타입 설명
$debug boolean
$logger Psr\Log\LoggerInterface
$templateDir string

공개 메소드들

메소드 설명
__construct ( string $templateDir, Psr\Log\LoggerInterface $logger, boolean $debug = false )
__invoke ( $error, Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response, callable $out = null )

보호된 메소드들

메소드 설명
getErrorPage ( string $status ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $templateDir, Psr\Log\LoggerInterface $logger, boolean $debug = false )
$templateDir string
$logger Psr\Log\LoggerInterface
$debug boolean

__invoke() 공개 메소드

public __invoke ( $error, Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response, callable $out = null )
$request Psr\Http\Message\ServerRequestInterface
$response Psr\Http\Message\ResponseInterface
$out callable

getErrorPage() 보호된 메소드

protected getErrorPage ( string $status ) : string
$status string
리턴 string

프로퍼티 상세

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

protected bool $debug
리턴 boolean

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

protected LoggerInterface,Psr\Log $logger
리턴 Psr\Log\LoggerInterface

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

protected string $templateDir
리턴 string