Ejemplo n.º 1
0
 /**
  * Load data from the OAI section of config.ini.  (This is called by the
  * constructor and is only a separate method to allow easy override by child
  * classes).
  *
  * @param \Zend\Config\Config $config VuFind configuration
  *
  * @return void
  */
 protected function initializeSettings(\Zend\Config\Config $config)
 {
     // Use some of the same settings as the regular OAI server, but override
     // others:
     parent::initializeSettings($config);
     $this->repositoryName = 'Authority Data Store';
     $this->setField = 'source';
 }