Ignore:
Timestamp:
2012/02/09 01:26:58 (14 years ago)
Author:
Seasoft
Message:

#1522 (PEAR::SOAP をバージョンアップ)

  • 0.12.0 -> 0.13.0
  • SOAP_WSDL により、「Yahoo!デベロッパーネットワーク」の「オークション SOAP」を取得できることを確認した。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/module/SOAP/Value.php

    r21318 r21461  
    139139        $this->name = $this->nqn->name; 
    140140        $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; 
    146144        $this->value = $value; 
    147145        $this->attributes = $attributes; 
Note: See TracChangeset for help on using the changeset viewer.