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; }
public static function procesar($data) { static::$alert = $data; static::setting_cache(); }