ofAllServices = (bool) $ofAllServices; return $this; } /** * Get whether to schedule a check of all services associated with a particular host * * @return bool */ public function getOfAllServices() { return $this->ofAllServices; } }