Example #1
0
 /**
  * Set parameters that affect the behavior of the autocomplete handler.
  * These values normally come from the search configuration file.
  *
  * @param string $params Parameters to set
  *
  * @return void
  */
 public function setConfig($params)
 {
     // Ignore incoming configuration and force CallNumber settings.
     parent::setConfig('CallNumber');
 }