| 1 | <?php | ||
| 20 | class InlineConfigurator implements ConfiguratorInterface | ||
| 21 | { | ||
| 22 | use ConfiguratorTrait; | ||
| 23 | |||
| 24 | /** | ||
| 25 | * @param CommandInterface $command | ||
| 26 | * @return bool | ||
| 27 | */ | ||
| 28 | protected function doAccept(CommandInterface $command): bool | ||
| 32 | |||
| 33 | /** | ||
| 34 | * @param InlineConfigCommandInterface $command | ||
| 35 | */ | ||
| 36 | protected function doConfigure(InlineConfigCommandInterface $command) | ||
| 42 | } | ||
| 43 | |||
| 44 |