function ARC_rdf_store_describe_handler::__construct in Taxonomy import/export via XML 6.2
Same name and namespace in other branches
- 5.2 arc/ARC_rdf_store_describe_handler.php \ARC_rdf_store_describe_handler::__construct()
- 5 arc/ARC_rdf_store_describe_handler.php \ARC_rdf_store_describe_handler::__construct()
- 6 arc/ARC_rdf_store_describe_handler.php \ARC_rdf_store_describe_handler::__construct()
1 call to ARC_rdf_store_describe_handler::__construct()
File
- arc/
ARC_rdf_store_describe_handler.php, line 30
Class
Code
function __construct(&$api) {
$this->api =& $api;
$this->config = $this->api
->get_config();
$this->ns_prefixes = array();
$this->ns_prefix_count = 0;
}