Searched refs:typeDef (Results 1 – 4 of 4) sorted by relevance
936 $typeDef = $this->getTypeDef($localPart, $ns);937 if ($typeDef['typeClass'] == 'element') {1036 if (!$typeDef = $this->getTypeDef($uqType, $ns)) {1041 $this->appendDebug($this->varDump($typeDef));1045 $phpType = $typeDef['phpType'];1046 $arrayType = (isset($typeDef['arrayType']) ? $typeDef['arrayType'] : '');1056 if (isset($typeDef['elements']) && is_array($typeDef['elements'])) {1060 …impleOrStruct($parameters) == 'arraySimple' && count($parameters) == count($typeDef['elements'])) {1064 foreach ($typeDef['elements'] as $name => $attrs) {1420 if(!$typeDef = $this->getTypeDef($uqType, $ns)){[all …]
749 return $typeDef;765 if($typeDef = $this->getTypeDef($type)){767 if(is_array($typeDef['attrs'])){768 foreach($typeDef['attrs'] as $attName => $data){773 if(count($typeDef['elements']) > 0){775 foreach($typeDef['elements'] as $element => $eData){779 } elseif($typeDef['typeClass'] == 'element') {801 if($typeDef = $this->getTypeDef($type)){803 if($typeDef['phpType'] == 'struct'){805 foreach($typeDef['elements'] as $child => $childDef){[all …]
1817 return $typeDef;1833 if($typeDef = $this->getTypeDef($type)){1835 if(is_array($typeDef['attrs'])){1836 foreach($typeDef['attrs'] as $attName => $data){1841 if(count($typeDef['elements']) > 0){1843 foreach($typeDef['elements'] as $element => $eData){1847 } elseif($typeDef['typeClass'] == 'element') {1869 if($typeDef = $this->getTypeDef($type)){1871 if($typeDef['phpType'] == 'struct'){1873 foreach($typeDef['elements'] as $child => $childDef){[all …]
1706 return $typeDef;1722 if($typeDef = $this->getTypeDef($type)){1724 if(is_array($typeDef['attrs'])){1730 if(count($typeDef['elements']) > 0){1732 foreach($typeDef['elements'] as $element => $eData){1736 } elseif($typeDef['typeClass'] == 'element') {1758 if($typeDef = $this->getTypeDef($type)){1760 if($typeDef['phpType'] == 'struct'){1762 foreach($typeDef['elements'] as $child => $childDef){1769 } elseif($typeDef['phpType'] == 'array'){[all …]