Ejemplo n.º 1
0
 /**
  * Notification to the user
  * @param  string $id The notification id
  * @return bool       true on success or false on errors
  */
 public static function notifyInfo($id = 'fallback')
 {
     return TIP_Application::notify(TIP_SEVERITY_INFO, $id);
 }