PersonId = $param["PersonId"]; } if (array_key_exists("GroupId",$param) and $param["GroupId"] !== null) { $this->GroupId = $param["GroupId"]; } } }