Documentation

Session extends Session
in package

Table of Contents

$app  : App
$resolvedInstance  : array<string|int, mixed>
__callStatic()  : mixed
clearResolvedInstances()  : mixed
clear
destroy()  :
get()  :
remove()  :
set()  :
setFacadeApplication()  : mixed
{@inheritDoc}
start()  :
status()  :
tempClear()  :
tempGet()  :
tempSet()  :
getFacadeAccessor()  : string
getFacadeRoot()  : object|stdClass
resolveFacadeInstance()  : object

Properties

$resolvedInstance

protected static array<string|int, mixed> $resolvedInstance

Methods

__callStatic()

public static __callStatic( $method,  $args) : mixed
Parameters
$method :
$args :
Tags
throws
Exception
Return values
mixed —

clearResolvedInstances()

clear

public static clearResolvedInstances() : mixed
Return values
mixed —

destroy()

public static destroy() :

Return values
—

get()

public static get(string $key) :

Parameters
$key : string
Return values
—

remove()

public static remove(string $key) :

Parameters
$key : string
Return values
—

set()

public static set(string $key, mixed $value) :

Parameters
$key : string
$value : mixed
Return values
—

setFacadeApplication()

{@inheritDoc}

public static setFacadeApplication(App $app) : mixed
Parameters
$app : App
Return values
mixed —

start()

public static start() :

Return values
—

status()

public static status() :

Return values
—

tempClear()

public static tempClear() :

Return values
—

tempGet()

public static tempGet(string $name) :

Parameters
$name : string
Return values
—

tempSet()

public static tempSet(string $name, mixed $value, int $lifecycle = 1) :

Parameters
$name : string
$value : mixed
$lifecycle = 1 : int
Return values
—

getFacadeAccessor()

protected abstract static getFacadeAccessor() : string
Return values
string —

getFacadeRoot()

protected static getFacadeRoot() : object|stdClass
Return values
object|stdClass —

resolveFacadeInstance()

protected static resolveFacadeInstance(string $mainClass) : object
Parameters
$mainClass : string
Return values
object —

Search results