You are here

function ARC_rdf_store::__construct in Taxonomy import/export via XML 6.2

Same name and namespace in other branches
  1. 5.2 arc/ARC_rdf_store.php \ARC_rdf_store::__construct()
  2. 5 arc/ARC_rdf_store.php \ARC_rdf_store::__construct()
  3. 6 arc/ARC_rdf_store.php \ARC_rdf_store::__construct()
1 call to ARC_rdf_store::__construct()
ARC_rdf_store::ARC_rdf_store in arc/ARC_rdf_store.php

File

arc/ARC_rdf_store.php, line 50

Class

ARC_rdf_store

Code

function __construct(&$api) {
  $this->api =& $api;
  $this->config = $this->api
    ->get_config();
}