AppserverIo\Appserver\Core\Api\Node\SessionHandlersNodeTrait::getSessionHandlers PHP Метод

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

Returns the session handler configuration.
public getSessionHandlers ( ) : array
Результат array The session handler configuration
    public function getSessionHandlers()
    {
        return $this->sessionHandlers;
    }