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;
    }