AppserverIo\Appserver\Core\Api\Node\HostNode::getTmpBase PHP Méthode

getTmpBase() public méthode

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