AppserverIo\Appserver\ServletEngine\ServletConfiguration::getAppBase PHP 메소드

getAppBase() 공개 메소드

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