Omeka_Plugin_FiltersThis class augments the behavior of the Omeka_Plugin_Broker class. methods on it can be transparently accessed from the plugin broker class via delegation. broker class seems to be getting pretty cluttered.
This class augments the behavior of the Omeka_Plugin_Broker class. The methods on it can be transparently accessed from the plugin broker class via delegation. This is more of an organizational thing because the plugin broker class seems to be getting pretty cluttered.
Located in /application/libraries/Omeka/Plugin/Filters.php (line 22)
array
$_filters
= array() (line 35)
Stores all defined filters.
Stores all defined filters. Storage in array where $_filters['filterName']['priority']['plugin'] = $hook;
Run an arbitrary value through a set of filters.
Run an arbitrary value through a set of filters.
Return all the filters for a specific hook in the correct order of execution.
Return all the filters for a specific hook in the correct order of execution.
Retrieve the key used for indexing the filter. either a string or an array of strings. that might cause fiery death when using the serialized value for an array key.
Retrieve the key used for indexing the filter. The filter name should be either a string or an array of strings. If the filter name is an object, that might cause fiery death when using the serialized value for an array key.
Retrieve the namespace to use for the filter to be added.
Retrieve the namespace to use for the filter to be added.
Delegate transparently to the Omeka_Plugin_Broker object.
Delegate transparently to the Omeka_Plugin_Broker object.
Documentation generated on Thu, 15 Oct 2009 15:37:28 -0400 by phpDocumentor 1.4.2