Преглед изворни кода

Update doc/event_system.rst

Johannes пре 12 година
родитељ
комит
a421d0adfd
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      doc/event_system.rst

+ 2 - 1
doc/event_system.rst

@@ -62,6 +62,7 @@ objects such as links.
 serializer.post_deserialize
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 This is dispatched after a type is processed. You can use it to normalize
-submitted data if you require external services for example.
+submitted data if you require external services for example, or also to
+perform validation of the submitted data.
 
 **Event Object**: ``JMS\Serializer\EventDispatcher\Event``