Home
last modified time | relevance | path

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

/plugin/mantis/lib/
Dclass.xmlschema.php29 var $currentComplexType = null; 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;
298 array_push($this->complexTypeStack, $this->currentComplexType);
304 $this->currentComplexType = $attrs['name'];
305 $this->complexTypes[$this->currentComplexType] = $attrs;
306 $this->complexTypes[$this->currentComplexType]['typeClass'] = 'complexType';
316 $this->complexTypes[$this->currentComplexType]['phpType'] = 'array';
[all …]
Dnusoap.php1097 var $currentComplexType = null; 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;
1366 array_push($this->complexTypeStack, $this->currentComplexType);
1372 $this->currentComplexType = $attrs['name'];
1373 $this->complexTypes[$this->currentComplexType] = $attrs;
1374 $this->complexTypes[$this->currentComplexType]['typeClass'] = 'complexType';
1384 $this->complexTypes[$this->currentComplexType]['phpType'] = 'array';
[all …]
/plugin/googlesearch/
Dnusoap.php1016 var $currentComplexType = null; 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;
1270 array_push($this->complexTypeStack, $this->currentComplexType);
1274 $this->currentComplexType = $attrs['name'];
1275 $this->complexTypes[$this->currentComplexType] = $attrs;
1276 $this->complexTypes[$this->currentComplexType]['typeClass'] = 'complexType';
1286 $this->complexTypes[$this->currentComplexType]['phpType'] = 'array';
[all …]