/** * Constructor */ public function __construct() { $this->searchClassId = 'WorldCat'; parent::__construct(); }
/** * Constructor */ public function __construct() { $this->searchClassId = 'Combined'; parent::__construct(); }
/** * Constructor */ public function __construct() { $this->searchClassId = 'Tags'; parent::__construct(); }
/** * Constructor */ public function __construct() { $this->searchClassId = 'SolrAuth'; parent::__construct(); }
/** * Constructor */ public function __construct() { $this->accessPermission = 'access.EITModule'; $this->searchClassId = 'EIT'; parent::__construct(); }
/** * Constructor */ public function __construct() { $this->searchClassId = 'SolrAuth'; $this->useResultScroller = false; parent::__construct(); }
/** * Constructor */ public function __construct() { $this->searchClassId = 'MixedList'; parent::__construct(); }