WordPress

Coming Soon

revealability

File "SessionStore.php"

Full Path: /home/karnava/public_html/center.karnavati.in/vendor/realrashid/sweet-alert/src/Storage/SessionStore.php
File size: 221 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace RealRashid\SweetAlert\Storage;

interface SessionStore
{
    /**
     * Flash some data into the session.
     *
     * @param $name
     * @param $data
     */
    public function flash($name, $data);
}