Ejemplo n.º 1
0
 public static function topFull($msg, $type = 'information')
 {
     Cookies::save('flashTopFull', $msg);
     Cookies::save('flashTopFullType', $type);
 }