1 | <?php |
||
9 | final class Events |
||
10 | { |
||
11 | /** |
||
12 | * @Event("Spiechu\SymfonyCommonsBundle\Event\ResponseSchemaCheck\CheckResult") |
||
13 | */ |
||
14 | public const CHECK_RESULT = 'spiechu_symfony_commons.event.response_schema_check.check_result'; |
||
15 | |||
16 | private const CHECK_SCHEMA_EVENT_NAME_PATTERN = 'spiechu_symfony_commons.event.response_schema_check.check_schema_%s'; |
||
17 | |||
18 | 1 | public static function getCheckSchemaEventNameFor(string $format): string |
|
24 | } |
||
25 |