PHP Class Tolerance\Bridge\Symfony\Metrics\Event\RequestEnded

Inheritance: extends Symfony\Component\EventDispatcher\Event
Datei anzeigen Open project: sroze/tolerance Class Usage Examples

Public Methods

Method Description
__construct ( Request $request, Response $response = null, Exception | Throwable | null $exception = null )
getException ( ) : Exception | null | Throwable
getRequest ( ) : Request
getResponse ( ) : null | Response

Method Details

__construct() public method

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 method

public getException ( ) : Exception | null | Throwable
return Exception | null | Throwable

getRequest() public method

public getRequest ( ) : Request
return Symfony\Component\HttpFoundation\Request

getResponse() public method

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