Legend of the Green Dragon

Session Uses Container

Table of Contents

$serviceManager  : mixed
bootstrapSession()  : mixed
Init session of app.
getContainer()  : object
Get container.
sessionLogOut()  : mixed
Logout of app.
setContainer()  : mixed
Set container (Service Manager).

Properties

$serviceManager

protected mixed $serviceManager

Methods

bootstrapSession()

Init session of app.

public bootstrapSession([bool|null $force = null ]) : mixed
Parameters
$force : bool|null = null
Return values
mixed

getContainer()

Get container.

public getContainer([string $name = null ]) : object
Parameters
$name : string = null
Return values
object

sessionLogOut()

Logout of app.

public sessionLogOut() : mixed
Return values
mixed

setContainer()

Set container (Service Manager).

public setContainer(ContainerInterface $container) : mixed
Parameters
$container : ContainerInterface
Return values
mixed

Search results