| 1 | <?php |
||
| 19 | final class BundleLoadedCheckerExtension extends AbstractExtension |
||
| 20 | { |
||
| 21 | /** @var array */ |
||
| 22 | private $listOfBundles; |
||
| 23 | |||
| 24 | public function __construct(array $listOfBundles) |
||
| 28 | |||
| 29 | public function getFunctions(): array |
||
| 35 | |||
| 36 | public function isBundleLoaded(string $bundleName): bool |
||
| 40 | } |
||
| 41 |