SessionOptions

Options used to create session.

package

Default

Methods

SessionOptions constructor

__construct( $sessionOptions = null) 

Arguments

$sessionOptions

mixed | null

getBehavior

getBehavior() : string

Response

string

getChecks

getChecks() : array

Response

array

getLockDelay

getLockDelay() : integer

Response

integer

getName

getName() : string

Response

string

getNode

getNode() : string

Response

string

getTtl

getTtl() : integer

Response

integer

setBehavior

setBehavior( $behavior) : $this

Arguments

$behavior

string

Response

$this

setChecks

setChecks( $checks) : $this

Arguments

$checks

string

Response

$this

setLockDelay

setLockDelay( $lockDelay) : $this

Arguments

$lockDelay

integer

Response

$this

setName

setName( $name) : $this

Arguments

$name

string

Response

$this

setNode

setNode( $node) : $this

Arguments

$node

string

Response

$this

setTtl

setTtl( $ttl) : $this

Arguments

$ttl

integer

Response

$this