Esempio n. 1
0
 public function __construct($woeid = null)
 {
     $this->woeid = $woeid;
     $this->url = 'place/' . $woeid . '/parent';
     parent::__construct();
 }
Esempio n. 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();
 }
Esempio n. 3
0
 public function __construct($woeid = null)
 {
     $this->woeid = $woeid;
     parent::__construct();
 }