|
|
@@ -76,9 +76,10 @@ class Zend_EventManager_FilterChain implements Zend_EventManager_Filter
|
|
|
|
|
|
/**
|
|
|
* Connect a filter to the chain
|
|
|
- *
|
|
|
+ *
|
|
|
* @param callback $callback PHP Callback
|
|
|
- * @param int $priority Priority in the queue at which to execute; defaults to 1 (higher numbers == higher priority)
|
|
|
+ * @param int $priority Priority in the queue at which to execute; defaults to 1 (higher numbers == higher priority)
|
|
|
+ * @throws Zend_Stdlib_Exception_InvalidCallbackException
|
|
|
* @return Zend_Stdlib_CallbackHandler (to allow later unsubscribe)
|
|
|
*/
|
|
|
public function attach($callback, $priority = 1)
|