| 1 | <?php |
||
| 11 | class SetDefaultAddressRequest |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var mixed |
||
| 15 | */ |
||
| 16 | private $id; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var ShopUserInterface |
||
| 20 | */ |
||
| 21 | private $user; |
||
| 22 | |||
| 23 | public function __construct(Request $request, ShopUserInterface $user) |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return SetDefaultAddress |
||
| 31 | */ |
||
| 32 | public function getCommand() |
||
| 36 | } |
||
| 37 |