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