You are here

public function hostingService::has_restart_cmd in Hosting 7.3

File

server/hosting_server.service.inc, line 50
Define the base Hosting service class.

Class

hostingService
@file Define the base Hosting service class.

Code

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