Changeset 21461 for branches/version-2_12-dev/data/module/SOAP/Value.php
- Timestamp:
- 2012/02/09 01:26:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/module/SOAP/Value.php
r21318 r21461 139 139 $this->name = $this->nqn->name; 140 140 $this->namespace = $this->nqn->namespace; 141 if ($type) { 142 $this->tqn = new QName($type); 143 $this->type = $this->tqn->name; 144 $this->type_namespace = $this->tqn->namespace; 145 } 141 $this->tqn = new QName($type); 142 $this->type = $this->tqn->name; 143 $this->type_namespace = $this->tqn->namespace; 146 144 $this->value = $value; 147 145 $this->attributes = $attributes;
Note: See TracChangeset
for help on using the changeset viewer.
