AppserverIo\Appserver\Core\Api\Node\SessionHandlerNode::getType PHP Method

getType() public method

Return's the session handler type.
public getType ( ) : string
return string The session handler type
    public function getType()
    {
        return $this->type;
    }