Example #1
0
 public static function alert($message, $type = 'info')
 {
     return Table::Alert($message, $type);
 }