Lines Matching refs:currentSimpleType
35 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';
498 …$this->xdebug('done processing simpleType ' . ($this->currentSimpleType ? $this->currentSimpleType…
499 $this->currentSimpleType = array_pop($this->simpleTypeStack);