示例#1
0
 public function __construct($woeid = null)
 {
     $this->woeid = $woeid;
     $this->url = 'place/' . $woeid . '/parent';
     parent::__construct();
 }
示例#2
0
 public function __construct($woeid = null, $type = 12, $start = 0, $count = 0)
 {
     $this->woeid = $woeid;
     $this->url = 'place/' . $woeid . '/children.type(' . $type . ');start=' . $start . ';count=' . $count;
     parent::__construct();
 }
示例#3
0
 public function __construct($woeid = null)
 {
     $this->woeid = $woeid;
     parent::__construct();
 }