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