You are here

function ARC_api_helper::get_tables in Taxonomy import/export via XML 5

Same name and namespace in other branches
  1. 5.2 arc/ARC_api_helper.php \ARC_api_helper::get_tables()
  2. 6.2 arc/ARC_api_helper.php \ARC_api_helper::get_tables()
  3. 6 arc/ARC_api_helper.php \ARC_api_helper::get_tables()
1 call to ARC_api_helper::get_tables()
ARC_api_helper::lock_tables in arc/ARC_api_helper.php

File

arc/ARC_api_helper.php, line 248

Class

ARC_api_helper

Code

function get_tables() {
  return array_merge($this
    ->get_prop_tables(), $this
    ->get_base_tables());
}