Exemplo n.º 1
0
 /**
  *
  */
 public function __construct()
 {
     global $g_information_service_settings_Wikipedia;
     WLPlugInformationServiceWikipedia::$s_settings = $g_information_service_settings_Wikipedia;
     parent::__construct();
     $this->info['NAME'] = 'Wikipedia';
     $this->description = _t('Provides access to Wikipedia service');
 }
Exemplo n.º 2
0
 /**
  *
  */
 public function __construct()
 {
     global $g_information_service_settings_uBio;
     WLPlugInformationServiceuBio::$s_settings = $g_information_service_settings_uBio;
     parent::__construct();
     $this->info['NAME'] = 'uBio';
     $this->description = _t('Provides access to uBio service');
 }
Exemplo n.º 3
0
 /**
  *
  */
 public function __construct()
 {
     global $g_information_service_settings_CollectiveAccess;
     WLPlugInformationServiceCollectiveAccess::$s_settings = $g_information_service_settings_CollectiveAccess;
     parent::__construct();
     $this->info['NAME'] = 'CollectiveAccess';
     $this->description = _t('Provides access to data services in remote CollectiveAccess databases');
 }
Exemplo n.º 4
0
 /**
  *
  */
 public function __construct()
 {
     global $g_information_service_settings_WorldCat;
     WLPlugInformationServiceWorldCat::$s_settings = $g_information_service_settings_WorldCat;
     parent::__construct();
     $this->info['NAME'] = 'WorldCat';
     $this->description = _t('Provides access to WorldCat data');
 }
Exemplo n.º 5
0
 public function __construct()
 {
     global $g_information_service_settings_ala_nsl;
     $this->pa_available_search_fields = array('name', 'taxonName', 'nameElement', 'cultivarName', 'simpleNameHtml', 'fullNameHtml', 'nameType', 'homonym', 'autonym', 'basionym', 'hybrid', 'cultivar', 'formula', 'scientific', 'authority', 'baseNameAuthor', 'exBaseNameAuthor', 'author', 'exAuthor', 'sanctioningAuthor', 'rank', 'rankSortOrder', 'rankAbbrev', 'classifications', 'apni', 'protoCitation', 'protoYear', 'nomStat', 'nomIlleg', 'nomInval', 'updatedBy', 'updatedAt', 'createdBy', 'createdAt', 'classis', 'subclassis', 'apcFamilia', 'family', 'genus', 'species', 'infraspecies', 'apcName', 'apcRelationshipType', 'apcProparte', 'apcComment', 'apcDistribution', 'apcExcluded');
     self::$s_settings = $g_information_service_settings_ala_nsl;
     $vs_available_search_fields = join("\n", $this->pa_available_search_fields);
     self::$s_settings['indexFields']['default'] = $vs_available_search_fields;
     self::$s_settings['indexFields']['description'] .= _t('Allowed values are: %1.', $vs_available_search_fields);
     parent::__construct();
     $this->info['NAME'] = 'ALA-National Species List';
     $this->description = _t('Provides access to Atlas of Living Australia National Species List services');
 }
 public function __construct()
 {
     parent::__construct();
     // sets app.conf
     $this->opo_linked_data_conf = Configuration::load($this->opo_config->get('linked_data_config'));
 }