Home
last modified time | relevance | path

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

/plugin/mantis/lib/
Dclass.xmlschema.php27 var $complexTypes = array(); variable in nusoap_xmlschema
237 $this->complexTypes[$this->currentComplexType]['compositor'] = $name;
278 $this->complexTypes[$this->currentComplexType]['phpType'] = 'array';
286 $this->complexTypes[$this->currentComplexType]['multidimensional'] = true;
292 $this->complexTypes[$this->currentComplexType]['arrayType'] = $v;
305 $this->complexTypes[$this->currentComplexType] = $attrs;
306 $this->complexTypes[$this->currentComplexType]['typeClass'] = 'complexType';
316 $this->complexTypes[$this->currentComplexType]['phpType'] = 'array';
318 $this->complexTypes[$this->currentComplexType]['phpType'] = 'struct';
325 $this->complexTypes[$this->currentComplexType] = $attrs;
[all …]
Dnusoap.php1095 var $complexTypes = array(); variable in nusoap_xmlschema
1305 $this->complexTypes[$this->currentComplexType]['compositor'] = $name;
1346 $this->complexTypes[$this->currentComplexType]['phpType'] = 'array';
1354 $this->complexTypes[$this->currentComplexType]['multidimensional'] = true;
1360 $this->complexTypes[$this->currentComplexType]['arrayType'] = $v;
1373 $this->complexTypes[$this->currentComplexType] = $attrs;
1374 $this->complexTypes[$this->currentComplexType]['typeClass'] = 'complexType';
1384 $this->complexTypes[$this->currentComplexType]['phpType'] = 'array';
1386 $this->complexTypes[$this->currentComplexType]['phpType'] = 'struct';
1393 $this->complexTypes[$this->currentComplexType] = $attrs;
[all …]
Dchangelog236 - wsdl: serialize PHP objects for WSDL XML Schema complexTypes, in addition to associative arrays
531 - nusoap_xmlschema: don't add elements of complexTypes to elements array (thanks Heiko Hund)
Dclass.wsdl.php22 var $complexTypes = array(); variable in wsdl
/plugin/googlesearch/
Dnusoap.php1014 var $complexTypes = array(); variable in XMLSchema
1209 $this->complexTypes[$this->currentComplexType]['compositor'] = $name;
1250 $this->complexTypes[$this->currentComplexType]['phpType'] = 'array';
1258 $this->complexTypes[$this->currentComplexType]['multidimensional'] = true;
1264 $this->complexTypes[$this->currentComplexType]['arrayType'] = $v;
1275 $this->complexTypes[$this->currentComplexType] = $attrs;
1276 $this->complexTypes[$this->currentComplexType]['typeClass'] = 'complexType';
1286 $this->complexTypes[$this->currentComplexType]['phpType'] = 'array';
1288 $this->complexTypes[$this->currentComplexType]['phpType'] = 'struct';
1294 $this->complexTypes[$this->currentComplexType] = $attrs;
[all …]