/**
  * Constructor
  */
 public function __construct()
 {
     $this->searchClassId = 'WorldCat';
     parent::__construct();
 }
Example #2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->searchClassId = 'Combined';
     parent::__construct();
 }
Example #3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->searchClassId = 'Tags';
     parent::__construct();
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->searchClassId = 'SolrAuth';
     parent::__construct();
 }
Example #5
0
 /**
  * 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();
 }
Example #7
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->searchClassId = 'MixedList';
     parent::__construct();
 }