locationCreated??null; } public function setLocationCreated(Place|array $locationCreated):void { if (is_array($locationCreated)) { $locationCreated = $this->classArray('locationCreated', $locationCreated, 'JVBase\managers\SEO\render\Thing\Place\Place'); } $this->locationCreated = $locationCreated; } }