EventManager/Filter/FilterIterator.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_EventManager  

\Zend_EventManager_Filter_FilterIterator

Package: Zend_EventManager
Specialized priority queue implementation for use with an intercepting filter chain.
Allows removal
Parent(s)
\Zend_Stdlib_SplPriorityQueue < \SplPriorityQueue
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Methods

methodpubliccontains(mixed $datum) : bool

Does the queue contain a given value?

Parameters
NameTypeDescription
$datummixed
Returns
TypeDescription
bool
methodpublicnext(mixed $context = null, array $params = array(), \Zend_EventManager_Filter_FilterIterator $chain = null) : void

Iterate the next filter in the chain

Iterates and calls the next filter in the chain.
Parameters
NameTypeDescription
$contextmixed
$paramsarray
$chain\Zend_EventManager_Filter_FilterIterator
methodpublicremove(mixed $datum) : bool

Remove a value from the queue

This is an expensive operation. It must first iterate through all values, and then re-populate itself. Use only if absolutely necessary.
Parameters
NameTypeDescription
$datummixed
Returns
TypeDescription
bool
Documentation was generated by phpDocumentor 2.2.0 .