Lines Matching refs:phpType

1805 					$this->elements[$type]['phpType'] = 'scalar';
1815 $typeDef['phpType'] = 'scalar';
1925 * @param phpType: currently supported are array and struct (php assoc array)
1939 …function addComplexType($name,$typeClass='complexType',$phpType='array',$compositor='',$restrictio… argument
1943 'phpType' => $phpType,
1961 * @param string $phpType (should always be scalar)
1967 …function addSimpleType($name, $restrictionBase='', $typeClass='simpleType', $phpType='scalar', $en… argument
1971 'phpType' => $phpType,
5557 $phpType = $typeDef['phpType'];
5559 …$this->debug("in parametersMatchWrapped: uqType: $uqType, ns: $ns, phptype: $phpType, arrayType: $…
5562 if ($phpType != 'struct') {
5962 $phpType = $typeDef['phpType'];
5963 …$this->debug("in serializeType: uqType: $uqType, ns: $ns, phptype: $phpType, arrayType: " . (isset…
5965 if ($phpType == 'struct') {
6013 } elseif ($phpType == 'array') {
6081 } elseif ($phpType == 'scalar') {
6270 * @param string $phpType currently supported are array and struct (php assoc array)
6279 …function addComplexType($name,$typeClass='complexType',$phpType='array',$compositor='',$restrictio… argument
6312 …$this->schemas[$typens][0]->addComplexType($name,$typeClass,$phpType,$compositor,$restrictionBase,…
6321 * @param string $phpType (should always be scalar)
6326 …function addSimpleType($name, $restrictionBase='', $typeClass='simpleType', $phpType='scalar', $en… argument
6330 …$this->schemas[$typens][0]->addSimpleType($name, $restrictionBase, $typeClass, $phpType, $enumerat…