Home
last modified time | relevance | path

Searched refs:result_format (Results 1 – 1 of 1) sorted by relevance

/plugin/phpipam/
H A Dphpipam-api.php191 private $result_format = "json"; variable in phpipam_api_client
242 if (strlen($result_format)>0) {
278 if ($this->result_format=="json") {
281 elseif ($this->result_format=="array") {
287 elseif ($this->result_format=="xml") {
305 if ($this->result_format=="json") {
314 elseif ($this->result_format=="xml") {
370 if($this->result_format == "json")
373 if($this->result_format == "xml")
408 if (strlen($result_format)>0) {
[all …]