コード例 #1
0
ファイル: Util_Ui.php プロジェクト: developmentDM2/Whohaha
 /**
  * Echos an notification box
  *
  * @param string  $message
  * @param string  $id      adds an id to the notification box
  */
 public static function e_notification_box($message, $id = '')
 {
     echo Util_Ui::get_notification_box($message, $id);
 }