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