You are here

function ARC_api::update_data in Taxonomy import/export via XML 6

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

File

arc/ARC_api.php, line 471

Class

ARC_api

Code

function update_data($args = "") {
  return $this
    ->call_component("store", "update_data", $args);
}