You are here

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

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

File

arc/ARC_api.php, line 183

Class

ARC_api

Code

function get_api_helper() {
  return $this
    ->get_component("api_helper", "ARC_api_helper");
}