Development

Changeset 8984

You must first sign up to be able to contribute.

Changeset 8984

Show
Ignore:
Timestamp:
05/15/08 18:47:43 (4 months ago)
Author:
fabien
Message:

doc: updated event list

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/book/17-Extending-Symfony.txt

    r8722 r8984  
    223223|                     | method_not_found   | notifyUntil | sfUser                | method, arguments           | 
    224224| **view**            | configure_format   | notify      | sfView                | format, response, request   | 
    225 |                     | method_not_found   | notifyUntil | sfView                | method, arguments 
     225|                     | method_not_found   | notifyUntil | sfView                | method, arguments           | 
     226| **view.cache**      | filter_content     | filter      | sfViewCacheManager    | response, uri, new          | 
    226227 
    227228You are free to register event handlers on any of these events. Just make sure that handler callables return a boolean when registered on a `notifyUntil`-type event, and that they return the filtered value when registered on a `filter`-type event.