Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dnusoapmime.php60 var $requestAttachments = array(); variable in nusoap_client_mime
98 $this->requestAttachments[] = $info;
109 $this->requestAttachments = array();
134 if (count($this->requestAttachments) > 0) {
144 foreach ($this->requestAttachments as $att) {
193 if (count($this->requestAttachments) > 0) {
209 if (count($this->requestAttachments) > 0) {
290 var $requestAttachments = array(); variable in nusoap_server_mime
362 return $this->requestAttachments;
466 $this->requestAttachments = array();
[all …]