You are here

public function hostingService::has_port in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 server/hosting_server.service.inc \hostingService::has_port()
  2. 7.3 server/hosting_server.service.inc \hostingService::has_port()

File

server/hosting_server.service.inc, line 16

Class

hostingService

Code

public function has_port() {
  return $this->has_port;
}