You are here

function ARC_api_helper::ARC_api_helper in Taxonomy import/export via XML 6.2

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

File

arc/ARC_api_helper.php, line 39

Class

ARC_api_helper

Code

function ARC_api_helper(&$api) {
  $this
    ->__construct($api);
}