You are here

function ARC_api_helper::__construct in Taxonomy import/export via XML 6

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

File

arc/ARC_api_helper.php, line 34

Class

ARC_api_helper

Code

function __construct(&$api) {
  $this->api =& $api;
  $this->config = $this->api
    ->get_config();
}