|
| static | add ($message, $level=null) |
| | Add a message to the session notification stack. More...
|
| |
| static | error ($message) |
| | Add a error message to the notification stack. More...
|
| |
| static | fetch () |
| | Fetch all of the notifications in the stack and clear the stack. More...
|
| |
| static | fetch_as_array (\renderer_base $renderer) |
| | Fetch all of the notifications in the stack and clear the stack. More...
|
| |
| static | info ($message) |
| | Add a info message to the notification stack. More...
|
| |
| static | success ($message) |
| | Add a success message to the notification stack. More...
|
| |
| static | warning ($message) |
| | Add a warning message to the notification stack. More...
|
| |
◆ add()
| static core\notification::add |
( |
|
$message, |
|
|
|
$level = null |
|
) |
| |
|
static |
Add a message to the session notification stack.
- Parameters
-
| string | $message | The message to add to the stack |
| string | $level | The type of message to add to the stack |
◆ error()
| static core\notification::error |
( |
|
$message | ) |
|
|
static |
Add a error message to the notification stack.
- Parameters
-
| string | $message | The message to add to the stack |
◆ fetch()
| static core\notification::fetch |
( |
| ) |
|
|
static |
Fetch all of the notifications in the stack and clear the stack.
- Return values
-
| array | All of the notifications in the stack |
◆ fetch_as_array()
| static core\notification::fetch_as_array |
( |
\renderer_base |
$renderer | ) |
|
|
static |
Fetch all of the notifications in the stack and clear the stack.
- Return values
-
| array | All of the notifications in the stack |
◆ info()
| static core\notification::info |
( |
|
$message | ) |
|
|
static |
Add a info message to the notification stack.
- Parameters
-
| string | $message | The message to add to the stack |
◆ success()
| static core\notification::success |
( |
|
$message | ) |
|
|
static |
Add a success message to the notification stack.
- Parameters
-
| string | $message | The message to add to the stack |
◆ warning()
| static core\notification::warning |
( |
|
$message | ) |
|
|
static |
Add a warning message to the notification stack.
- Parameters
-
| string | $message | The message to add to the stack |
The documentation for this class was generated from the following file: