Property | Type | Description | |
---|---|---|---|
$debug | boolean | Is debug mode enabled? | |
$httpStatusCodes | array | Mapping of HTTP status codes to their respective error messages. | |
$translator | Symfony\Component\Translation\TranslatorInterface |
Method | Description | |
---|---|---|
__construct ( boolean $debug = false, Symfony\Component\Translation\TranslatorInterface $translator = null ) | Construct from debug flag. | |
visit ( |
Visit struct returned by controllers. |
Method | Description | |
---|---|---|
getStatus ( ) : integer | Returns HTTP status code. |
public __construct ( boolean $debug = false, Symfony\Component\Translation\TranslatorInterface $translator = null ) | ||
$debug | boolean | |
$translator | Symfony\Component\Translation\TranslatorInterface |
public visit ( |
||
$visitor | ||
$generator | ||
$data |
protected array $httpStatusCodes | ||
return | array |