AppserverIo\Appserver\Core\Api\Node\DatabaseNode::getDatabaseHost PHP Méthode

getDatabaseHost() public méthode

Returns the database host information.
public getDatabaseHost ( ) : AppserverIo\Appserver\Core\Api\Node\DatabaseHostNode
Résultat AppserverIo\Appserver\Core\Api\Node\DatabaseHostNode The database host information
    public function getDatabaseHost()
    {
        return $this->databaseHost;
    }