public function hostingService::default_port in Hosting 6.2
Same name and namespace in other branches
- 7.4 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/
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 51
Class
Code
public function default_port() {
return 0;
}