datasource); } public function setDatasource(PhabricatorTypeaheadDatasource $datasource) { $this->datasource = $datasource; return $this; } protected function newConduitParameterType() { return new ConduitStringListParameterType(); } }