1 | <?php |
||
11 | final class BuildSchemaListener implements EventSubscriberInterface |
||
12 | { |
||
13 | /** |
||
14 | * @var string |
||
15 | */ |
||
16 | private $schemaPath; |
||
17 | |||
18 | public function __construct(string $schemaPath) |
||
22 | |||
23 | public static function getSubscribedEvents(): array |
||
29 | |||
30 | public function onBuildSchema(SchemaBuilderEvent $event): void |
||
36 | } |
||
37 |