Skip to content

Commit

Permalink
Added simple comment on event
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioBlazek committed Jan 30, 2017
1 parent f7efa1a commit a187cbb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bundle/Events.php
Expand Up @@ -4,7 +4,10 @@

class Events
{
const FORM_CREATED = 'netgen_information_collection.events.form_created';

/**
* The INFORMATION_COLLECTED event occurs just after the information collection has been submitted.
*
* The event listener method receives a \Netgen\Bundle\InformationCollectionBundle\Event\InformationCollected
*/
const INFORMATION_COLLECTED = 'netgen_information_collection.events.information_collected';
}

0 comments on commit a187cbb

Please sign in to comment.