コード例 #1
0
ファイル: _ide_helper.php プロジェクト: VictorAvelar/sfg
 /**
  * Clear the messages of this and the previous requests
  *
  * @static 
  */
 public static function clearMessages()
 {
     return \Styde\Html\Alert\Container::clearMessages();
 }