Метод |
Описание |
|
__construct ( Silex\Application $app ) |
|
|
fileExists ( string $fn, boolean $safe ) : boolean |
Check if a file exists. |
|
printBacktrace ( integer $depth, boolean $safe ) : string | null |
Output pretty-printed backtrace. |
|
printFirebug ( mixed $var, mixed $msg, boolean $safe ) : string |
Send debug data to the developers FirePHP instance in-browser. |
|
redirect ( string $path, boolean $safe ) : string |
Redirect the browser to another page. |
|
request ( string $parameter, string $from, boolean $stripSlashes, boolean $safe ) : mixed |
Return the requested parameter from $_REQUEST, $_GET or $_POST. |
|