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

Inheritance: extends Symfony\Component\EventDispatcher\Event
Afficher le fichier Open project: sroze/tolerance Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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 méthode

public getException ( ) : Exception | null | Throwable
Résultat Exception | null | Throwable

getRequest() public méthode

public getRequest ( ) : Request
Résultat Symfony\Component\HttpFoundation\Request

getResponse() public méthode

public getResponse ( ) : null | Response
Résultat null | Symfony\Component\HttpFoundation\Response