Exemplo n.º 1
0
    public static function agregarNotificacionPermanente($tipo, $contenido)
    {
        self::$_notificacion = '<div class="mensaje_resultado ' . $tipo . ' permanente">
												' . $contenido . '
										</div>';
    }