| 1 | <?php |
||
| 9 | class RootFeature extends Feature |
||
| 10 | { |
||
| 11 | 1 | public function describe() |
|
| 15 | |||
| 16 | /** |
||
| 17 | * @param Settings $settings |
||
| 18 | * @param BuilderInterface $builder |
||
| 19 | * @param PipelineModifications $pipelineModifications |
||
| 20 | */ |
||
| 21 | public function setup(Settings $settings, BuilderInterface $builder, PipelineModifications $pipelineModifications) |
||
| 24 | } |
||
| 25 |