Ejemplo n.º 1
0
 public static function getTopFull()
 {
     $msg = Cookies::restore('flashTopFull');
     $type = Cookies::restore('flashTopFullType');
     Cookies::delete('flashTopFull');
     Cookies::delete('flashTopFullType');
     if ($msg !== null) {
         return '"text":"' . $msg . '","layout":"top","type":"' . $type . '"';
     }
     return false;
 }