This class is a kind of event dispatcher
Filters are provided by Amfphp to allow your contexts to 'filter into' the rest of Amfphp, i.e. to call functions in your context at specific times
This is a singleton, so use getInstance
Located in /Amfphp/Core/FilterManager.php (line 19)
constructor
register an object method for the given filter
call this method in your contexts to be notified when the filter occures
call the functions registered for the given filter. There can be as many parameters as necessary, but only the first one can be changed and and returned by the callees.
The other parameters must be considered as context, and should not be modified by the callees, and will not be returned to the caller.
Documentation generated on Mon, 23 Jan 2012 17:22:05 -0300 by phpDocumentor 1.4.3