Метод | Описание | |
---|---|---|
databaseConnect ( string $platform, |
||
databaseDriver ( string $subtype, string $name, string $driver, string $parameter = null ) : |
||
databasePath ( string $subtype, string $path, string $error ) : |
||
genericException ( |
||
kernelException ( |
Route for kernel exception handling. | |
systemCheck ( string $type, array $messages = [], array $context = [] ) : |
System check exceptions. |
Метод | Описание | |
---|---|---|
addRoutes ( Silex\ControllerCollection $c ) | ||
getContextArray ( |
Get a pre-packaged Twig context array. | |
getSafeArguments ( array $args ) : array | Get an array of safe (sanitised) function arguments from a trace entry. | |
getSafeTrace ( |
Get an exception trace that is safe to display publicly. | |
saveException ( |
Attempt to save the serialised exception if in debug mode. |
protected addRoutes ( Silex\ControllerCollection $c ) | ||
$c | Silex\ControllerCollection |
public databaseConnect ( string $platform, |
||
$platform | string | |
$previous | ||
Результат |
public genericException ( |
||
$exception | ||
Результат |
protected getContextArray ( |
||
$exception | ||
Результат | array |
protected getSafeArguments ( array $args ) : array | ||
$args | array | |
Результат | array |
protected getSafeTrace ( |
||
$exception | ||
Результат | array |
public kernelException ( |
||
$event | ||
Результат |
protected saveException ( |
||
$exception |