public function hostingService::default_port in Hosting 7.4
Same name and namespace in other branches
- 6.2 server/hosting_server.service.inc \hostingService::default_port()
- 7.3 server/hosting_server.service.inc \hostingService::default_port()
1 call to hostingService::default_port()
3 methods override hostingService::default_port()
- hostingService_db_mysql::default_port in db_server/
hosting_db_server.service.inc - hostingService_example_basic::default_port in example/
example_service/ hosting_example.service.inc - the default value for the port input.
- hostingService_http_public::default_port in web_server/
hosting_web_server.service.inc
File
- server/
hosting_server.service.inc, line 89 - Define the base Hosting service class.
Class
- hostingService
- @file Define the base Hosting service class.
Code
public function default_port() {
return 0;
}