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