1 | <?php |
||
9 | class SetInstalledFlag implements SetupScript |
||
10 | { |
||
11 | /** |
||
12 | * @var Filesystem |
||
13 | */ |
||
14 | private $finder; |
||
15 | |||
16 | public function __construct(Filesystem $finder) |
||
20 | |||
21 | /** |
||
22 | * Fire the install script |
||
23 | * @param Command $command |
||
24 | * @return mixed |
||
25 | */ |
||
26 | public function fire(Command $command) |
||
32 | } |
||
33 |