コード例 #1
0
ファイル: _ide_helper.php プロジェクト: VictorAvelar/sfg
 /**
  * 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();
 }