Hi, reading eventManager on manual: http://doctrine-orm.readthedocs.org/en/latest/reference/events.html#the-event-system
I want to check in a subscriber if the listener did a particular job or not, I can set $this->success to true or false in listener, then how can I check this property value in subscriber as listener doesn't pass any property to subscriber? On docs example, preFooInvoked flag is set again to true in subscriber, what if I want to check the value of property set in listener rather than setting it to true again in subscriber? Please advice. -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
