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

getName() public method

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