Beispiel #1
0
 /**
  * Retrieves all the alert messages in a raw (array) format for this and the
  * previous requests.
  *
  * @return array 
  * @static 
  */
 public static function toArray()
 {
     return \Styde\Html\Alert\Container::toArray();
 }