citiesComponent = $citiesComponent; $this->cookieComponent = $cookieComponent; $this->dateComponent = $dateComponent; $this->entityComponent = $entityComponent; $this->fileComponent = $fileComponent; $this->formComponent = $formComponent; $this->metaComponent = $metaComponent; $this->numberComponent = $numberComponent; $this->pointLocationComponent = $pointLocationComponent; $this->stringComponent = $stringComponent; } public function getCitiesComponent(): CitiesComponent { return $this->citiesComponent; } public function getCookieComponent(): CookieComponent { return $this->cookieComponent; } public function getDateComponent(): DateComponent { return $this->dateComponent; } public function getEntityComponent(): EntityComponent { return $this->entityComponent; } public function getFileComponent(): FileComponent { return $this->fileComponent; } public function getFormComponent(): FormComponent { return $this->formComponent; } public function getMetaComponent(): MetaComponent { return $this->metaComponent; } public function getNumberComponent(): NumberComponent { return $this->numberComponent; } public function getPointLocationComponent(): PointLocationComponent { return $this->pointLocationComponent; } public function getStringComponent(): StringComponent { return $this->stringComponent; } }