Lines Matching refs:simpleTypes
33 var $simpleTypes = array(); variable in nusoap_xmlschema
391 $this->simpleTypes[$this->currentSimpleType]['enumeration'][] = $attrs['value'];
419 $this->simpleTypes[$this->currentSimpleType]['type'] = $attrs['base'];
447 $this->simpleTypes[ $attrs['name'] ] = $attrs;
448 $this->simpleTypes[ $attrs['name'] ]['typeClass'] = 'simpleType';
449 $this->simpleTypes[ $attrs['name'] ]['phpType'] = 'scalar';
455 $this->simpleTypes[$this->currentSimpleType] = $attrs;
456 $this->simpleTypes[$this->currentSimpleType]['phpType'] = 'scalar';
699 } elseif((! $is_element) && isset($this->simpleTypes[$type])){
701 if (!isset($this->simpleTypes[$type]['phpType'])) {
704 …$uqType = substr($this->simpleTypes[$type]['type'], strrpos($this->simpleTypes[$type]['type'], ':'…
705 …$ns = substr($this->simpleTypes[$type]['type'], 0, strrpos($this->simpleTypes[$type]['type'], ':')…
711 $this->simpleTypes[$type]['phpType'] = $etype['phpType'];
714 $this->simpleTypes[$type]['elements'] = $etype['elements'];
718 return $this->simpleTypes[$type];
900 $this->simpleTypes[$name] = array(
909 $this->appendDebug($this->varDump($this->simpleTypes[$name]));