AppserverIo\Appserver\Core\Api\Node\HostNode::getTmpBase PHP Method

getTmpBase() public method

Returns the temporary base directory.
public getTmpBase ( ) : string
return string The temporary base directory
    public function getTmpBase()
    {
        return $this->tmpBase;
    }