Searched refs:result_format (Results 1 – 1 of 1) sorted by relevance
191 private $result_format = "json"; variable in phpipam_api_client222 * @param string $result_format (default: "json")224 …$app_id = false, $api_key = false, $username = false, $password = false, $result_format = "json") { argument242 if (strlen($result_format)>0) {243 $this->set_result_format ($result_format);278 if ($this->result_format=="json") {281 elseif ($this->result_format=="array") {284 elseif ($this->result_format=="object") {287 elseif ($this->result_format=="xml") {305 if ($this->result_format=="json") {[all …]