function ARC_api_helper::get_tables in Taxonomy import/export via XML 6.2
Same name and namespace in other branches
- 5.2 arc/ARC_api_helper.php \ARC_api_helper::get_tables()
- 5 arc/ARC_api_helper.php \ARC_api_helper::get_tables()
- 6 arc/ARC_api_helper.php \ARC_api_helper::get_tables()
1 call to ARC_api_helper::get_tables()
File
- arc/
ARC_api_helper.php, line 248
Class
Code
function get_tables() {
return array_merge($this
->get_prop_tables(), $this
->get_base_tables());
}