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