class hostingService_example in Hosting 6.2
Same name and namespace in other branches
- 7.4 example/example_service/hosting_example.service.inc \hostingService_example
- 7.3 example/example_service/hosting_example.service.inc \hostingService_example
The base service type class , registered with hook_hosting_service_type.
Hierarchy
- class \hostingService
- class \hostingService_example
Expanded class hierarchy of hostingService_example
Related topics
File
- example/
hosting_example.service.inc, line 17 - 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';
}