AppserverIo\Appserver\Core\Api\ServiceInterface::getTmpDir PHP Method

getTmpDir() public method

Returns the servers tmp directory, append with the passed directory.
public getTmpDir ( AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface $containerNode, string $relativePathToAppend = '' ) : string
$containerNode AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface The container to return the temporary directory for
$relativePathToAppend string A relative path to append
return string
    public function getTmpDir(ContainerNodeInterface $containerNode, $relativePathToAppend = '');