Add reference to documentation in FormEvents phpdocs

This commit is contained in:
Andrew M 2014-11-29 11:11:35 +01:00 committed by Fabien Potencier
parent efbf588ed0
commit 2b33ba618c

View File

@ -11,6 +11,12 @@
namespace Symfony\Component\Form;
/**
* To learn more about how form events work check the documentation
* entry at {@link http://symfony.com/doc/current/components/form/form_events.html}
*
* To learn how to dynamically modify forms using events check the cookbook
* entry at {@link http://symfony.com/doc/current/cookbook/form/dynamic_form_modification.html}
*
* @author Bernhard Schussek <bschussek@gmail.com>
*/
final class FormEvents