Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dclass.xmlschema.php35 var $currentSimpleType = null; variable in nusoap_xmlschema
390 if ($this->currentSimpleType) {
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';
498 …$this->xdebug('done processing simpleType ' . ($this->currentSimpleType ? $this->currentSimpleType
[all …]
H A Dnusoap.php1103 var $currentSimpleType = null; variable in nusoap_xmlschema
1458 if ($this->currentSimpleType) {
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';
1566 …$this->xdebug('done processing simpleType ' . ($this->currentSimpleType ? $this->currentSimpleType
[all …]
/plugin/googlesearch/
H A Dnusoap.php1022 var $currentSimpleType = null; variable in XMLSchema
1361 if ($this->currentSimpleType) {
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';
1468 …$this->xdebug('done processing simpleType ' . ($this->currentSimpleType ? $this->currentSimpleType
[all …]