Exemplo n.º 1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->searchClassId = 'WorldCat';
     parent::__construct();
 }
Exemplo n.º 2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->searchClassId = 'Combined';
     parent::__construct();
 }
Exemplo n.º 3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->searchClassId = 'Tags';
     parent::__construct();
 }
Exemplo n.º 4
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->searchClassId = 'SolrAuth';
     parent::__construct();
 }
Exemplo n.º 5
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->accessPermission = 'access.EITModule';
     $this->searchClassId = 'EIT';
     parent::__construct();
 }
Exemplo n.º 6
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->searchClassId = 'SolrAuth';
     $this->useResultScroller = false;
     parent::__construct();
 }
Exemplo n.º 7
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->searchClassId = 'MixedList';
     parent::__construct();
 }