for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Acquia\Cloud\Api\Response;
class Database extends \Acquia\Rest\Element
{
/**
* @return string
*/
public function name()
return $this['name'];
}
public function username()
return $this['username'];
public function instanceName()
return $this['instance_name'];
public function password()
return $this['password'];
public function dbCluster()
return $this['db_cluster'];
public function host()
return $this['host'];