Changeset 8984
- Timestamp:
- 05/15/08 18:47:43 (4 months ago)
- Files:
-
- doc/branches/1.1/book/17-Extending-Symfony.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/book/17-Extending-Symfony.txt
r8722 r8984 223 223 | | method_not_found | notifyUntil | sfUser | method, arguments | 224 224 | **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 | 226 227 227 228 You 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.