AppserverIo\Appserver\ServletEngine\Servlets\DhtmlServlet::getAppBase PHP Method

getAppBase() public method

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