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();
    }