AppserverIo\Appserver\Core\Api\Node\HostNode::getAppBase PHP Method

getAppBase() public method

Returns the application base directory.
public getAppBase ( ) : string
return string The application base directory
    public function getAppBase()
    {
        return $this->appBase;
    }