PHP Class Common\Exception\RedirectException

Inheritance: extends Exception
Afficher le fichier Open project: forkcms/forkcms Class Usage Examples

Protected Properties

Свойство Type Description
$response

Méthodes publiques

Méthode Description
__construct ( $message, Response $response, Exception $previous = null )
getResponse ( ) : Response Get the associated response

Method Details

__construct() public méthode

public __construct ( $message, Response $response, Exception $previous = null )
$response Symfony\Component\HttpFoundation\Response
$previous Exception

getResponse() public méthode

Get the associated response
public getResponse ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response

Property Details

$response protected_oe property

protected $response