AppserverIo\Appserver\Core\GenericDeployment::getAppBase PHP Méthode

getAppBase() protected méthode

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