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