/* Decoded by unphp.net */ dataSource = $collection; return $this; } public function optionValue(string $value): FilterMultiSelect { $this->optionValue = $value; return $this; } public function optionLabel(string $value): FilterMultiSelect { $this->optionLabel = $value; return $this; } } ?>