Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dnusoapmime.php66 var $responseAttachments; variable in nusoap_client_mime
123 return $this->responseAttachments;
225 $this->responseAttachments = array();
250 $this->responseAttachments[] = $info;
296 var $responseAttachments; variable in nusoap_server_mime
337 $this->responseAttachments[] = $info;
348 $this->responseAttachments = array();
373 if (count($this->responseAttachments) > 0) {
384 foreach ($this->responseAttachments as $att) {
434 if (count($this->responseAttachments) > 0) {
[all …]