PHP 클래스 Tolerance\Bridge\Symfony\Metrics\Event\RequestEnded

상속: extends Symfony\Component\EventDispatcher\Event
파일 보기 프로젝트 열기: sroze/tolerance 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Request $request, Response $response = null, Exception | Throwable | null $exception = null )
getException ( ) : Exception | null | Throwable
getRequest ( ) : Request
getResponse ( ) : null | Response

메소드 상세

__construct() 공개 메소드

public __construct ( Request $request, Response $response = null, Exception | Throwable | null $exception = null )
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Response
$exception Exception | Throwable | null

getException() 공개 메소드

public getException ( ) : Exception | null | Throwable
리턴 Exception | null | Throwable

getRequest() 공개 메소드

public getRequest ( ) : Request
리턴 Symfony\Component\HttpFoundation\Request

getResponse() 공개 메소드

public getResponse ( ) : null | Response
리턴 null | Symfony\Component\HttpFoundation\Response