where('service_host_name', $this->host_name) ->where('service_description', $this->service_description); } public function populate() { $this->fetchComments() ->fetchServicegroups() ->fetchContacts() ->fetchContactGroups() ->fetchCustomvars(); } protected function getProperties() { $this->view = ServiceStatus::fromRequest($this->getRequest()); return $this->view->getQuery()->fetchRow(); } }