|
Ubiquity 2.5.2
php rapid development framework
|
Public Member Functions | |
| __construct (string $content, string $title=NULL, string $type='info', string $icon=null) | |
| setValues (string $content, string $title=NULL, string $type=NULL, string $icon=null) | |
| getContent () | |
| getType () | |
| getIcon () | |
| setContent (string $content) | |
| setType (string $type) | |
| addType (string $type) | |
| setIcon (string $icon) | |
| getTitle () | |
| setTitle (string $title) | |
| parseContent (array $keyValues) | |
Protected Attributes | |
| string | $title |
| string | $content |
| string | $type |
| string | $icon |
Definition at line 5 of file FlashMessage.php.
| __construct | ( | string | $content, |
| string | $title = NULL, |
||
| string | $type = 'info', |
||
| string | $icon = null |
||
| ) |
Definition at line 11 of file FlashMessage.php.
| addType | ( | string | $type | ) |
Definition at line 56 of file FlashMessage.php.
| getContent | ( | ) |
Definition at line 24 of file FlashMessage.php.
| getIcon | ( | ) |
Definition at line 38 of file FlashMessage.php.
| getTitle | ( | ) |
Definition at line 69 of file FlashMessage.php.
| getType | ( | ) |
Definition at line 31 of file FlashMessage.php.
| parseContent | ( | array | $keyValues | ) |
Definition at line 80 of file FlashMessage.php.
| setContent | ( | string | $content | ) |
| string | $content |
Definition at line 45 of file FlashMessage.php.
| setIcon | ( | string | $icon | ) |
| string | $icon |
Definition at line 63 of file FlashMessage.php.
| setTitle | ( | string | $title | ) |
| string | $title |
Definition at line 76 of file FlashMessage.php.
| setType | ( | string | $type | ) |
| string | $type |
Definition at line 52 of file FlashMessage.php.
| setValues | ( | string | $content, |
| string | $title = NULL, |
||
| string | $type = NULL, |
||
| string | $icon = null |
||
| ) |
Definition at line 15 of file FlashMessage.php.
|
protected |
Definition at line 7 of file FlashMessage.php.
|
protected |
Definition at line 9 of file FlashMessage.php.
|
protected |
Definition at line 6 of file FlashMessage.php.
|
protected |
Definition at line 8 of file FlashMessage.php.