コード例 #1
0
ファイル: History.php プロジェクト: afarazit/phpevecentral
 public function __construct($type, $locale, $name, $bid)
 {
     $this->setType($type);
     $this->setLocale($locale);
     $this->setName($name);
     $this->setBid($bid);
     $phpevecentral = PHPEveCentral::getInstance();
     $this->setURL($phpevecentral->getBaseURL() . 'history/for/type');
 }
コード例 #2
0
ファイル: MarketStat.php プロジェクト: afarazit/phpevecentral
 public function __construct($typeid = array())
 {
     $this->addTypeId($typeid);
     $phpevecentral = PHPEveCentral::getInstance();
     $this->setURL($phpevecentral->getBaseURL() . 'marketstat');
 }
コード例 #3
0
ファイル: QuickLook.php プロジェクト: afarazit/phpevecentral
 public function __construct($typeid = null)
 {
     $this->setTypeId($typeid);
     $phpevecentral = PHPEveCentral::getInstance();
     $this->setURL($phpevecentral->getBaseURL() . 'quicklook');
 }