You are here

function ARC_rdf_store_construct_handler::ARC_rdf_store_construct_handler in Taxonomy import/export via XML 6

Same name and namespace in other branches
  1. 5.2 arc/ARC_rdf_store_construct_handler.php \ARC_rdf_store_construct_handler::ARC_rdf_store_construct_handler()
  2. 5 arc/ARC_rdf_store_construct_handler.php \ARC_rdf_store_construct_handler::ARC_rdf_store_construct_handler()
  3. 6.2 arc/ARC_rdf_store_construct_handler.php \ARC_rdf_store_construct_handler::ARC_rdf_store_construct_handler()

File

arc/ARC_rdf_store_construct_handler.php, line 38

Class

ARC_rdf_store_construct_handler

Code

function ARC_rdf_store_construct_handler(&$api) {
  $this
    ->__construct($api);
}