Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dclass.xmlschema.php27 var $complexTypes = array(); variable in nusoap_xmlschema
237 $this->complexTypes[$this->currentComplexType]['compositor'] = $name;
305 $this->complexTypes[$this->currentComplexType] = $attrs;
325 $this->complexTypes[$this->currentComplexType] = $attrs;
537 foreach($this->complexTypes as $typeName => $attrs){
658 } elseif(isset($this->complexTypes[$type])){
660 return $this->complexTypes[$type]['phpType'];
696 if((! $is_element) && isset($this->complexTypes[$type])){
698 return $this->complexTypes[$type];
872 $this->complexTypes[$name] = array(
[all …]
H A Dnusoap.php1095 var $complexTypes = array(); variable in nusoap_xmlschema
1373 $this->complexTypes[$this->currentComplexType] = $attrs;
1393 $this->complexTypes[$this->currentComplexType] = $attrs;
1605 foreach($this->complexTypes as $typeName => $attrs){
1726 } elseif(isset($this->complexTypes[$type])){
1728 return $this->complexTypes[$type]['phpType'];
1764 if((! $is_element) && isset($this->complexTypes[$type])){
1766 return $this->complexTypes[$type];
1940 $this->complexTypes[$name] = array(
1952 $this->appendDebug($this->varDump($this->complexTypes[$name]));
[all …]
H A 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)
H A Dclass.wsdl.php22 var $complexTypes = array(); variable in wsdl
/plugin/googlesearch/
H A Dnusoap.php1014 var $complexTypes = array(); variable in XMLSchema
1275 $this->complexTypes[$this->currentComplexType] = $attrs;
1294 $this->complexTypes[$this->currentComplexType] = $attrs;
1507 foreach($this->complexTypes as $typeName => $attrs){
1622 } elseif(isset($this->complexTypes[$type])){
1624 return $this->complexTypes[$type]['phpType'];
1653 if(isset($this->complexTypes[$type])){
1655 return $this->complexTypes[$type];
1829 $this->complexTypes[$name] = array(
1841 $this->appendDebug($this->varDump($this->complexTypes[$name]));
[all …]