objects[] = $object; } /** * @return ObjectInterface[] */ public function getObjects(): array { return $this->objects; } }