1 | <?php namespace Syntax\SteamApi\Containers; |
||
5 | class App extends BaseContainer { |
||
6 | public $id; |
||
7 | |||
8 | public $name; |
||
9 | |||
10 | public $controllerSupport; |
||
11 | |||
12 | public $description; |
||
13 | |||
14 | public $about; |
||
15 | |||
16 | public $header; |
||
17 | |||
18 | public $website; |
||
19 | |||
20 | public $pcRequirements; |
||
21 | |||
22 | public $legal; |
||
23 | |||
24 | public $developers; |
||
25 | |||
26 | public $publishers; |
||
27 | |||
28 | public $price; |
||
29 | |||
30 | public $platforms; |
||
31 | |||
32 | public $metacritic; |
||
33 | |||
34 | public $categories; |
||
35 | |||
36 | public $genres; |
||
37 | |||
38 | public $release; |
||
39 | |||
40 | public function __construct($app) |
||
60 | |||
61 | protected function getFakeMetacriticObject() |
||
69 | |||
70 | protected function getFakePriceObject() |
||
77 | |||
78 | } |