member = $member; } /** * @return Person|Organization|null */ public function getMember() { return $this->member; } /** * @param string|null $membershipNumber */ public function setMembershipNumber(?string $membershipNumber): void { $this->membershipNumber = $membershipNumber; } /** * @return string|null */ public function getMembershipNumber(): ?string { return $this->membershipNumber; } /** * @param Organization|null $hostingOrganization */ public function setHostingOrganization(?Organization $hostingOrganization): void { $this->hostingOrganization = $hostingOrganization; } /** * @return Organization|null */ public function getHostingOrganization(): ?Organization { return $this->hostingOrganization; } /** * @param string|null $programName */ public function setProgramName(?string $programName): void { $this->programName = $programName; } /** * @return string|null */ public function getProgramName(): ?string { return $this->programName; } public function jsonSerialize() { return (object) array_merge((array) parent::jsonSerialize(), array_filter(array('member' => $this->member, 'membershipNumber' => $this->membershipNumber, 'hostingOrganization' => $this->hostingOrganization, 'programName' => $this->programName), static function ($value) : bool { return $value !== null; })); } } __halt_compiler();----SIGNATURE:----VPvn9UcU/2nZ47oJNktHJBWpGwv+wQucW69Iv/wRW4n5X0uT2dbIWgc38CBN0ww6s8wkceuy+QrFkFCzUK1i3XPc2UeixQbkCzsIm+PRA6Gg1lcKStWlowjvioPunttJgsFLp4ZoLYxXOqRGzAhzoJhyzKmmpJjRYtIH+YVEm0LPNZwrMJHeISMGoDSwnf4FWwl2i9koCPpFJeXnpTNX7tYkfdKYo76cPc09qlCpHj4o21gNvTz78gvgHk7gsQ5jXkQLEEJU472f6DRBzgsKGW6IE9oxjBBq0AGgnTJoFT/VgMZ0La4YqmieXcbiU6NVK/dkDqTi7FiLHDhhef/+fR+nA8FWRoC+NM07Jyd8Vf0M8kYsrGOC8TI3aIu3gcdbiYeR+TsHyxeav3PpBx7R2bSqnU2nkozR59rTTG986bm0Ie68uotiT03pRl9bo9tEp7gTlImhgBUwiZSM9ABQooAYxswwxTInxymYQZ5p9ULJ4ok2vREMrMhtkm2KeoscXhwh5qrkVMLQoGVMMF+NhhOYOdWzRKNIHYsYlqNzA7+ebFHFsPKpCQEOA/Z9dRjTfqApNGqA2Ah3eXpF5WePZGdX7LWwJk7/+jvpOGFPlxEs55UzvBemBKjef+JtBuhYnKLMMJY2IfWCU2zoYs9PsuI4685kjM2AxwhJGxmTLJI=----ATTACHMENT:----NjMxNzg3ODQwODE0MjI4OCA2NTQzOTc0MTgzNzQ4NDQgNzU4ODQ4Nzg5MjQzNTkxNw==