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

Author: Tim Wagner ([email protected])
Author: Bernhard Wick ([email protected])
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$sessionHandlers array The session handler configuration.

Méthodes publiques

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

Method Details

getSessionHandlers() public méthode

Returns the session handler configuration.
public getSessionHandlers ( ) : array
Résultat array The session handler configuration

setSessionHandlers() public méthode

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

Property Details

$sessionHandlers protected_oe property

The session handler configuration.
protected array $sessionHandlers
Résultat array