Skip to content

Commit c8de775

Browse files
trsteel88dbu
authored andcommitted
add comments
1 parent 5baa965 commit c8de775

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Event/Events.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44

55
final class Events
66
{
7+
/**
8+
* Fired before a path is matched in \Symfony\Cmf\Component\Routing\DynamicRouter#match
9+
*/
710
const PRE_DYNAMIC_MATCH = 'cmf_routing.pre_dynamic_match';
811

12+
/**
13+
* Fired before a Request is matched in \Symfony\Cmf\Component\Routing\DynamicRouter#match
14+
*/
915
const PRE_DYNAMIC_MATCH_REQUEST = 'cmf_routing.pre_dynamic_match_request';
1016
}

0 commit comments

Comments
 (0)