InteractsWithSession
trait InteractsWithSession (View source)
Методы
| $this | withSession(array $data) Установить сессию в заданный массив. | |
| $this | session(array $data) Установить сессию в заданный массив. | |
| $this | startSession() Запустить сессию для приложения. | |
| $this | flushSession() Очистить все данные текущей сессии. |
Детали
$this withSession(array $data)
Установить сессию в заданный массив.
$this session(array $data)
Установить сессию в заданный массив.
protected $this startSession()
Запустить сессию для приложения.
$this flushSession()
Очистить все данные текущей сессии.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Foundation/Testing/Concerns/InteractsWithSession.html