PHP Трейт AppserverIo\Appserver\Core\Api\Node\SessionHandlersNodeTrait

Автор: Tim Wagner ([email protected])
Автор: Bernhard Wick ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$sessionHandlers array The session handler configuration.

Открытые методы

Метод Описание
getSessionHandlers ( ) : array Returns the session handler configuration.
setSessionHandlers ( array $sessionHandlers ) : void Sets the session handler configuration.

Описание методов

getSessionHandlers() публичный Метод

Returns the session handler configuration.
public getSessionHandlers ( ) : array
Результат array The session handler configuration

setSessionHandlers() публичный Метод

Sets the session handler configuration.
public setSessionHandlers ( array $sessionHandlers ) : void
$sessionHandlers array The session handler configuration
Результат void

Описание свойств

$sessionHandlers защищенное свойство

The session handler configuration.
protected array $sessionHandlers
Результат array