function ARC_api::update_data in Taxonomy import/export via XML 6
Same name and namespace in other branches
- 5.2 arc/ARC_api.php \ARC_api::update_data()
- 5 arc/ARC_api.php \ARC_api::update_data()
- 6.2 arc/ARC_api.php \ARC_api::update_data()
File
- arc/
ARC_api.php, line 471
Class
Code
function update_data($args = "") {
return $this
->call_component("store", "update_data", $args);
}