Вход Регистрация
Файл: gapps/vendor/laravel/framework/src/Illuminate/Session/ExistenceAwareInterface.php
Строк: 15
<?php

namespace IlluminateSession;

interface 
ExistenceAwareInterface
{
    
/**
     * Set the existence state for the session.
     *
     * @param  bool  $value
     * @return SessionHandlerInterface
     */
    
public function setExists($value);
}
Онлайн: 1
Реклама