FilterChain: intercepting filter manager
Constructor
Initializes FilterFilterIterator in which filters will be aggregated
Apply the filters
Begins iteration of the filters.
| Parameters: |
|
|---|---|
| Return type: | mixed |
Connect a filter to the chain
| Parameters: |
|
|---|---|
| Return type: | CallbackHandler (to allow later unsubscribe) |
| Throws : | ExceptionInvalidCallbackException |
Detach a filter from the chain
| Parameters: | CallbackHandler – |
|---|---|
| Return type: | bool Returns true if filter found and unsubscribed; returns false otherwise |