Exemple #1
0
    public static function __initialize()
    {
        static::$alert = <<<ALERT

<div class="alert alert-block alert-%s">
\t<button type="button" class="close" data-dismiss="alert">×</button>
\t<strong>%s</strong> %s
</div>

ALERT;
    }
Exemple #2
0
 public static function procesar($data)
 {
     static::$alert = $data;
     static::setting_cache();
 }