assertOneOf($this->allowedObjects); $this->object = $object; return $this; } /** * Get the involved object * * @return MonitoredObject */ public function getObject() { return $this->object; } }