AppserverIo\Appserver\Core\GenericDeployment::getAppBase PHP Метод

getAppBase() защищенный Метод

Returns the container's directory with applications to be deployed.
protected getAppBase ( ) : string
Результат string The container's application base directory
    protected function getAppBase()
    {
        return $this->getContainer()->getAppBase();
    }