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

getDeployBase() public method

Returns the deployment base directory.
public getDeployBase ( ) : string
return string The deployment base directory
    public function getDeployBase()
    {
        return $this->deployBase;
    }