AppserverIo\Appserver\Core\Api\Node\SessionHandlerNode::getType PHP Метод

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

Return's the session handler type.
public getType ( ) : string
Результат string The session handler type
    public function getType()
    {
        return $this->type;
    }