1: <?php
2:
3: namespace Mapbender\WmsBundle;
4:
5: /**
6: * WmsEvents
7: */
8: final class WmsEvents
9: {
10: /**
11: * This Event is dispatched in
12: * Mapbender\WmsBundle\Controller\WmsController:indexAction
13: */
14:
15: const onWmsIndex = 'mapbender.wmsbundle.wms.index';
16:
17: }
18:
19: