AppserverIo\Appserver\ServletEngine\ServletConfiguration::getAppBase PHP Method

getAppBase() public method

Returns the path to the appserver webapp base directory.
public getAppBase ( ) : string
return string The path to the appserver webapp base directory
    public function getAppBase()
    {
        return $this->getServletContext()->getAppBase();
    }