founder??null; } public function setFounder(Organization|Person|array $founder):void { if (is_array($founder)) { $founder = $this->mixedArray('founder', $founder, ['JVBase\managers\SEO\render\Thing\Organization\Organization', 'JVBase\managers\SEO\render\Thing\Person\Person']); } $this->founder = $founder; } }