name = $object->hostname . ';' . $object->service; $this->hostname = $object->hostname; $this->service = $object->service; $this->bp = $bp; $this->setState($object->state); } public function getHostname() { return $this->hostname; } public function getServiceDescription() { return $this->service; } public function getAlias() { return $this->hostname . ': ' . $this->service; } }