Exemplo n.º 1
0
 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');
 }
Exemplo n.º 2
0
 public function __construct($typeid = array())
 {
     $this->addTypeId($typeid);
     $phpevecentral = PHPEveCentral::getInstance();
     $this->setURL($phpevecentral->getBaseURL() . 'marketstat');
 }
Exemplo n.º 3
0
 public function __construct($typeid = null)
 {
     $this->setTypeId($typeid);
     $phpevecentral = PHPEveCentral::getInstance();
     $this->setURL($phpevecentral->getBaseURL() . 'quicklook');
 }