public function hostingService::has_port in Hosting 6.2
Same name and namespace in other branches
- 7.4 server/hosting_server.service.inc \hostingService::has_port()
- 7.3 server/hosting_server.service.inc \hostingService::has_port()
File
- server/
hosting_server.service.inc, line 16
Class
Code
public function has_port() {
return $this->has_port;
}