function ARC_api::get_merge_table_creator in Taxonomy import/export via XML 5
Same name and namespace in other branches
- 5.2 arc/ARC_api.php \ARC_api::get_merge_table_creator()
- 6.2 arc/ARC_api.php \ARC_api::get_merge_table_creator()
- 6 arc/ARC_api.php \ARC_api::get_merge_table_creator()
3 calls to ARC_api::get_merge_table_creator()
File
- arc/
ARC_api.php, line 187
Class
Code
function get_merge_table_creator() {
return $this
->get_component("merge_table_creator", "ARC_rdf_store_merge_table_creator");
}