| 1 | <?php  | 
            ||
| 8 | class UpdateLocation extends AbstractCommand  | 
            ||
| 9 | { | 
            ||
| 10 | /**  | 
            ||
| 11 | * @var LocationId  | 
            ||
| 12 | */  | 
            ||
| 13 | private $locationId;  | 
            ||
| 14 | |||
| 15 | /**  | 
            ||
| 16 | * UpdateLocation constructor.  | 
            ||
| 17 | * @param string $itemId  | 
            ||
| 18 | * @param LocationId $locationId  | 
            ||
| 19 | */  | 
            ||
| 20 | public function __construct(  | 
            ||
| 28 | |||
| 29 | /**  | 
            ||
| 30 | * @return LocationId  | 
            ||
| 31 | */  | 
            ||
| 32 | public function getLocationId()  | 
            ||
| 36 | }  | 
            ||
| 37 |