We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47725c3 commit 348c4c3Copy full SHA for 348c4c3
04-api.md
@@ -26,8 +26,6 @@ This is a reference of the all global variables and functions.
26
| `Auth::login($username,$password):bool ` | *.php | Logging in |
27
| `Auth::logout():bool ` | *.php | Logging out |
28
| `Auth::register($username,$password):bool ` | *.php | Adding users |
29
-| `Flash::set($type,$message) ` | *.php | Flash message |
30
-| `Flash::get():array ` | *.php | Flash message |
31
| `Router::addRoute($req,$loc) ` | routes.php | Routing |
32
| `Router::redirect($url) ` | *.php | Redirection |
33
| `Router::json($object) ` | *.phtml | Return JSON |
0 commit comments