AppserverIo\Appserver\ServletEngine\Servlets\DhtmlServlet::getAppBase PHP Метод

getAppBase() публичный Метод

Returns the path to the application base directory.
public getAppBase ( ) : string
Результат string The application base directory
    public function getAppBase()
    {
        return $this->appBase;
    }