1 | <?php |
||
7 | class FeatureInstallTaskController |
||
8 | { |
||
9 | /** |
||
10 | * @var callable |
||
11 | */ |
||
12 | private $taskFactory; |
||
13 | |||
14 | /** |
||
15 | * @param callable $taskFactory |
||
16 | */ |
||
17 | 4 | public function __construct(callable $taskFactory) |
|
21 | |||
22 | /** |
||
23 | * @param BuilderInterface $builder |
||
24 | */ |
||
25 | 2 | public function install(BuilderInterface $builder) |
|
32 | } |
||
33 |