You are here

class hostingService_dns in Hosting 6.2

DNS service base class.

Hierarchy

Expanded class hierarchy of hostingService_dns

File

dns/hosting_dns.service.inc, line 10
Provide the hosting serivce classes for DNS integration.

View source
class hostingService_dns extends hostingService {
  public $service = 'dns';

}

Members

Namesort descending Modifiers Type Description Overrides
hostingService::$has_port protected property 3
hostingService::$has_restart_cmd protected property 8
hostingService::$server public property
hostingService::context_import public function 2
hostingService::context_options public function 6
hostingService::default_port public function 3
hostingService::default_restart_cmd public function 8
hostingService::delete public function 6
hostingService::delete_revision public function 6
hostingService::form public function 6
hostingService::has_port public function 3
hostingService::insert public function 6
hostingService::load public function 6
hostingService::mergeData protected function
hostingService::save public function
hostingService::setValues public function
hostingService::update public function 3
hostingService::validate public function 2
hostingService::view public function 6
hostingService::__construct function
hostingService_dns::$service public property