You are here

function ARC_erdf_parser::__construct in Taxonomy import/export via XML 6.2

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

File

arc/ARC_erdf_parser.php, line 34

Class

ARC_erdf_parser

Code

function __construct($args = "") {
  $this->init_args = is_array($args) ? $args : array();

  /* base, proxy_host, proxy_port, headers, save_data, encoding */
}