| 1 | <?php namespace StarCraftApiClient\Requests; |
||
| 9 | class ProfileRequest extends Request |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * ProfileRequest constructor. |
||
| 13 | * @param Client $client |
||
| 14 | * @param string $type |
||
| 15 | * @param int $id |
||
| 16 | * @param string $name |
||
| 17 | * @param string $region |
||
| 18 | */ |
||
| 19 | public function __construct($client, $type, $id, $name, $region) |
||
| 31 | } |
||
| 32 |