AppserverIo\Appserver\Core\Api\ContainerService::getAppBase PHP Method

getAppBase() public method

Returns the application base directory for the container with the passed UUID.
public getAppBase ( string $uuid ) : string
$uuid string UUID of the container to return the application base directory for
return string The application base directory for this container
    public function getAppBase($uuid)
    {
        return $this->load($uuid)->getHost()->getAppBase();
    }