| 1 | <?php |
||
| 13 | class ValidateSchemaListener |
||
| 14 | { |
||
| 15 | /** @var ValidateSchemaService */ |
||
| 16 | protected $validateSchema; |
||
| 17 | |||
| 18 | /** @var array */ |
||
| 19 | protected $disabledUrls = array(); |
||
| 20 | |||
| 21 | public function __construct(ValidateSchemaService $validateSchema, array $disabledUrls) |
||
| 26 | |||
| 27 | public function validateSchema(GetResponseEvent $event): void |
||
| 33 | |||
| 34 | protected function needValidate(GetResponseEvent $event): bool |
||
| 51 | } |
||
| 52 |