Home
last modified time | relevance | path

Searched refs:phpType (Results 1 – 5 of 5) sorted by relevance

/plugin/mantis/lib/
H A Dclass.xmlschema.php737 $this->elements[$type]['phpType'] = 'scalar';
747 $typeDef['phpType'] = 'scalar';
857 * @param phpType: currently supported are array and struct (php assoc array)
871 …function addComplexType($name,$typeClass='complexType',$phpType='array',$compositor='',$restrictio… argument
875 'phpType' => $phpType,
893 * @param string $phpType (should always be scalar)
899 …function addSimpleType($name, $restrictionBase='', $typeClass='simpleType', $phpType='scalar', $en… argument
903 'phpType' => $phpType,
H A Dclass.wsdl.php1045 $phpType = $typeDef['phpType'];
1047 …$this->debug("in parametersMatchWrapped: uqType: $uqType, ns: $ns, phptype: $phpType, arrayType: $…
1050 if ($phpType != 'struct') {
1431 $phpType = $typeDef['phpType'];
1434 if ($phpType == 'struct') {
1482 } elseif ($phpType == 'array') {
1550 } elseif ($phpType == 'scalar') {
1739 * @param string $phpType currently supported are array and struct (php assoc array)
1790 * @param string $phpType (should always be scalar)
1795 …function addSimpleType($name, $restrictionBase='', $typeClass='simpleType', $phpType='scalar', $en… argument
[all …]
H A Dnusoap.php1805 $this->elements[$type]['phpType'] = 'scalar';
1815 $typeDef['phpType'] = 'scalar';
1943 'phpType' => $phpType,
1961 * @param string $phpType (should always be scalar)
1971 'phpType' => $phpType,
5557 $phpType = $typeDef['phpType'];
5562 if ($phpType != 'struct') {
5962 $phpType = $typeDef['phpType'];
5965 if ($phpType == 'struct') {
6013 } elseif ($phpType == 'array') {
[all …]
H A Dchangelog176 - xmlschema: always set phpType elements
/plugin/googlesearch/
H A Dnusoap.php1704 $typeDef['phpType'] = 'scalar';
1832 'phpType' => $phpType,
1860 'phpType' => $phpType,
4686 * 'phpType' => '',
4711 if (!isset($t['phpType'])) {
4719 if (isset($etype['phpType'])) {
4720 $t['phpType'] = $etype['phpType'];
5318 $phpType = $typeDef['phpType'];
5321 if ($phpType == 'struct') {
5369 } elseif ($phpType == 'array') {
[all …]