You are here

class hostingService_example in Hosting 7.4

Same name and namespace in other branches
  1. 6.2 example/hosting_example.service.inc \hostingService_example
  2. 7.3 example/example_service/hosting_example.service.inc \hostingService_example

The base service type class , registered with hook_hosting_service_type.

Hierarchy

Expanded class hierarchy of hostingService_example

Related topics

File

example/example_service/hosting_example.service.inc, line 14
Example service implementation for the hosting front end.

View source
class hostingService_example extends hostingService {

  /**
   * the value stored in the service column of hosting_service table.
   */
  public $service = 'example';

}

Members

Namesort descending Modifiers Type Description Overrides
hostingService::$available public property
hostingService::$has_port protected property 3
hostingService::$has_restart_cmd protected property 5
hostingService::$name public property 8
hostingService::$server public property
hostingService::$server_node public property
hostingService::$type public property 8
hostingService::context_import public function 3
hostingService::context_options public function 5
hostingService::default_port public function 3
hostingService::default_restart_cmd public function 5
hostingService::delete public function 5
hostingService::delete_revision public function 5
hostingService::form public function 5
hostingService::getName public function Returns human readable name for this service.
hostingService::has_port public function 3
hostingService::insert public function 5
hostingService::load public function 5
hostingService::mergeData protected function
hostingService::provisionProperties function Return service properties to Provision CLI. 2
hostingService::save public function
hostingService::setValues public function
hostingService::update public function 3
hostingService::validate public function 2
hostingService::view public function 5
hostingService::__construct function
hostingService_example::$service public property the value stored in the service column of hosting_service table. Overrides hostingService::$service