From a187cbba1ac938203a740176f6671de52c07d209 Mon Sep 17 00:00:00 2001 From: Mario Blazek Date: Mon, 30 Jan 2017 15:27:12 +0100 Subject: [PATCH] Added simple comment on event --- bundle/Events.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bundle/Events.php b/bundle/Events.php index e2c549ae..ea890725 100644 --- a/bundle/Events.php +++ b/bundle/Events.php @@ -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'; }