AppserverIo\Appserver\Core\Api\Node\HostNode::getDeployBase PHP Méthode

getDeployBase() public méthode

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