| 1 | <?php  | 
            ||
| 7 | class UpdateWebsite extends AbstractUpdateOrganizerCommand  | 
            ||
| 8 | { | 
            ||
| 9 | /**  | 
            ||
| 10 | * @var Url  | 
            ||
| 11 | */  | 
            ||
| 12 | private $website;  | 
            ||
| 13 | |||
| 14 | /**  | 
            ||
| 15 | * UpdateUrl constructor.  | 
            ||
| 16 | * @param string $organizerId  | 
            ||
| 17 | * @param Url $website  | 
            ||
| 18 | */  | 
            ||
| 19 | public function __construct(  | 
            ||
| 26 | |||
| 27 | /**  | 
            ||
| 28 | * @return Url  | 
            ||
| 29 | */  | 
            ||
| 30 | public function getWebsite()  | 
            ||
| 34 | }  | 
            ||
| 35 |