Ejemplo n.º 1
0
 public function getLogo($size = 'small')
 {
     if (!empty($this->steam_app_id)) {
         $locomotive = new Store();
         return $locomotive->getAppLogoURL($this->steam_app_id, $size);
     } else {
         return '';
         // Todo - logo support for non-steam apps
     }
 }
Ejemplo n.º 2
0
 function testGetSalePage()
 {
     $this->store_tools->getSalePage(0);
 }