AppserverIo\Appserver\Core\Api\Node\AppNode::getWebappPath PHP Method

getWebappPath() public method

Returns the application's path.
public getWebappPath ( ) : string
return string The application's path
    public function getWebappPath()
    {
        return $this->webappPath;
    }