AppserverIo\Appserver\Core\GenericDeployment::getAppBase PHP Method

getAppBase() protected method

Returns the container's directory with applications to be deployed.
protected getAppBase ( ) : string
return string The container's application base directory
    protected function getAppBase()
    {
        return $this->getContainer()->getAppBase();
    }