ownershipFundingInfo??null; } public function setOwnershipFundingInfo(AboutPage|CreativeWork|string|array $ownershipFundingInfo):void { if (is_array($ownershipFundingInfo)) { $ownershipFundingInfo = $this->mixedArray('ownershipFundingInfo', $ownershipFundingInfo, [ 'JVBase\managers\SEO\render\Thing\CreativeWork\CreativeWork', 'JVBase\managers\SEO\render\Thing\CreativeWork\WebPage\AboutPage' ]); } $this->ownershipFundingInfo = $ownershipFundingInfo; } }