Property | Type | Description | |
---|---|---|---|
$_alert | object | Alert data. | |
$_observers | array | Observers. |
Method | Description | |
---|---|---|
add ( string $alert, string $type = null ) | Add an alert. | |
attach ( SplObserver $observer ) | ||
detach ( SplObserver $observer ) | ||
getLast ( ) : object | Returns the last alert received. | |
notify ( ) | Notification is triggered internally whenever the object's internal data storage is altered. |
public notify ( ) |