AppserverIo\Appserver\ServletEngine\ServletConfiguration::getWebappPath PHP Méthode

getWebappPath() public méthode

Returns the webapp base path.
public getWebappPath ( ) : string
Résultat string The webapp base path
    public function getWebappPath()
    {
        return $this->getServletContext()->getWebappPath();
    }