Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dclass.xmlschema.php29 var $currentComplexType = null; variable in nusoap_xmlschema
304 $this->currentComplexType = $attrs['name'];
305 $this->complexTypes[$this->currentComplexType] = $attrs;
323 $this->currentComplexType = $name;
325 $this->complexTypes[$this->currentComplexType] = $attrs;
362 …if ($this->currentComplexType && $this->complexTypes[$this->currentComplexType]['phpType'] == 'arr…
379 if (isset($ename) && $this->currentComplexType) {
392 } elseif ($this->currentComplexType) {
398 if ($this->currentComplexType) {
420 } elseif($this->currentComplexType){
[all …]
H A Dnusoap.php1097 var $currentComplexType = null; variable in nusoap_xmlschema
1372 $this->currentComplexType = $attrs['name'];
1373 $this->complexTypes[$this->currentComplexType] = $attrs;
1391 $this->currentComplexType = $name;
1393 $this->complexTypes[$this->currentComplexType] = $attrs;
1430 …if ($this->currentComplexType && $this->complexTypes[$this->currentComplexType]['phpType'] == 'arr…
1447 if (isset($ename) && $this->currentComplexType) {
1460 } elseif ($this->currentComplexType) {
1466 if ($this->currentComplexType) {
1488 } elseif($this->currentComplexType){
[all …]
/plugin/googlesearch/
H A Dnusoap.php1016 var $currentComplexType = null; variable in XMLSchema
1274 $this->currentComplexType = $attrs['name'];
1275 $this->complexTypes[$this->currentComplexType] = $attrs;
1294 $this->complexTypes[$this->currentComplexType] = $attrs;
1334 …if ($this->currentComplexType && $this->complexTypes[$this->currentComplexType]['phpType'] == 'arr…
1355 if(isset($ename) && $this->currentComplexType){
1363 } elseif ($this->currentComplexType) {
1369 if ($this->currentComplexType) {
1391 } elseif($this->currentComplexType){
1459 …his->xdebug('done processing complexType ' . ($this->currentComplexType ? $this->currentComplexTyp…
[all …]