Session
extends Facade
in package
Table of Contents
Properties
- $container : Container
- $instance : mixed
Methods
- __callStatic() : mixed
- clear() : void
- delete() : void
- destroy() : void
- extendExpires() : void
- get() : mixed
- getInstance() : mixed
- get service instance
- getSessionId() : string
- handle() : Engine
- regenerate() : void
- save() : void
- set() : void
- setContainer() : void
- writeClose() : void
- getServiceAlias() : string
- getServiceInstance() : mixed
- isCache() : bool
Properties
$container
protected
static Container
$container
$instance
protected
static mixed
$instance
Methods
__callStatic()
public
static __callStatic(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : string
- $arguments : array<string|int, mixed>
clear()
public
static clear() : void
セッションをクリア
delete()
public
static delete(string $key) : void
セッションの値を削除
Parameters
- $key : string
destroy()
public
static destroy() : void
セッションを破棄
extendExpires()
public
static extendExpires() : void
セッションの有効期限を延長
get()
public
static get(string $key) : mixed
セッションの値を取得
Parameters
- $key : string
getInstance()
get service instance
public
static getInstance() : mixed
getSessionId()
public
static getSessionId() : string
セッションIDを取得
Return values
stringhandle()
public
static handle() : Engine
セッションを管理
Return values
Engineregenerate()
public
static regenerate() : void
セッションを再生成
save()
public
static save() : void
セッションを保存
set()
public
static set(string $key, mixed $val) : void
セッションの値を設定
Parameters
- $key : string
- $val : mixed
setContainer()
public
static setContainer(Container $container) : void
Parameters
- $container : Container
writeClose()
public
static writeClose() : void
セッションを閉じる
getServiceAlias()
protected
static getServiceAlias() : string
Return values
stringgetServiceInstance()
protected
static getServiceInstance(string $alias) : mixed
Parameters
- $alias : string
isCache()
protected
static isCache() : bool