for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zicht\Bundle\UrlBundle;
final class Events
{
/** no need for this class to initialize */
private function __construct() {}
/** Before the sitemap is passed back from the AliasSitemapProvider */
const EVENT_SITEMAP_FILTER = 'zicht_url.sitemap.filter';
}