You are here

function ARC_api::unlock_tables in Taxonomy import/export via XML 6.2

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

File

arc/ARC_api.php, line 425

Class

ARC_api

Code

function unlock_tables() {
  return $this
    ->call_component("api_helper", "unlock_tables");
}