PHP Trait AppserverIo\Appserver\Core\Api\Node\SessionHandlersNodeTrait

Author: Tim Wagner ([email protected])
Author: Bernhard Wick ([email protected])
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$sessionHandlers array The session handler configuration.

Public Methods

Method Description
getSessionHandlers ( ) : array Returns the session handler configuration.
setSessionHandlers ( array $sessionHandlers ) : void Sets the session handler configuration.

Method Details

getSessionHandlers() public method

Returns the session handler configuration.
public getSessionHandlers ( ) : array
return array The session handler configuration

setSessionHandlers() public method

Sets the session handler configuration.
public setSessionHandlers ( array $sessionHandlers ) : void
$sessionHandlers array The session handler configuration
return void

Property Details

$sessionHandlers protected property

The session handler configuration.
protected array $sessionHandlers
return array