1 | <?php |
||
19 | final class CleanCacheBeforeRunSubscriber implements EventSubscriberInterface |
||
20 | { |
||
21 | /** |
||
22 | * @var FlexibleExtensionFilesystemLoader |
||
23 | */ |
||
24 | private $flexibleExtensionFilesystemLoader; |
||
25 | |||
26 | public function __construct(FlexibleExtensionFilesystemLoader $flexibleExtensionFilesystemLoader) |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | public static function getSubscribedEvents() : array |
||
40 | |||
41 | public function beforeRun(SourceSetEvent $sourceSetEvent) |
||
47 | } |
||
48 |