Home
last modified time | relevance | path

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

/plugin/mantis/lib/
Dclass.xmlschema.php35 var $currentSimpleType = null; variable in nusoap_xmlschema
390 if ($this->currentSimpleType) {
391 $this->simpleTypes[$this->currentSimpleType]['enumeration'][] = $attrs['value'];
418 if($this->currentSimpleType){
419 $this->simpleTypes[$this->currentSimpleType]['type'] = $attrs['base'];
443 array_push($this->simpleTypeStack, $this->currentSimpleType);
446 $this->currentSimpleType = $attrs['name'];
453 $this->currentSimpleType = $name;
455 $this->simpleTypes[$this->currentSimpleType] = $attrs;
456 $this->simpleTypes[$this->currentSimpleType]['phpType'] = 'scalar';
[all …]
Dnusoap.php1103 var $currentSimpleType = null; variable in nusoap_xmlschema
1458 if ($this->currentSimpleType) {
1459 $this->simpleTypes[$this->currentSimpleType]['enumeration'][] = $attrs['value'];
1486 if($this->currentSimpleType){
1487 $this->simpleTypes[$this->currentSimpleType]['type'] = $attrs['base'];
1511 array_push($this->simpleTypeStack, $this->currentSimpleType);
1514 $this->currentSimpleType = $attrs['name'];
1521 $this->currentSimpleType = $name;
1523 $this->simpleTypes[$this->currentSimpleType] = $attrs;
1524 $this->simpleTypes[$this->currentSimpleType]['phpType'] = 'scalar';
[all …]
/plugin/googlesearch/
Dnusoap.php1022 var $currentSimpleType = null; variable in XMLSchema
1361 if ($this->currentSimpleType) {
1362 $this->simpleTypes[$this->currentSimpleType]['enumeration'][] = $attrs['value'];
1389 if($this->currentSimpleType){
1390 $this->simpleTypes[$this->currentSimpleType]['type'] = $attrs['base'];
1414 array_push($this->simpleTypeStack, $this->currentSimpleType);
1417 $this->currentSimpleType = $attrs['name'];
1423 $this->currentSimpleType = $this->currentElement . '_ContainedType';
1425 $this->simpleTypes[$this->currentSimpleType] = $attrs;
1426 $this->simpleTypes[$this->currentSimpleType]['phpType'] = 'scalar';
[all …]