| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
Zend Framework (http://framework.zend.com/)
| Copyright: | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | https://github.com/zendframework/zend-eventmanager/blob/master/LICENSE.md |
| File Size: | 120 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: FilterIterator - X-Ref
Specialized priority queue implementation for use with an intercepting| contains($datum) X-Ref |
| Does the queue contain a given value? param: mixed $datum return: bool |
| insert($value, $priority) X-Ref |
| Insert a value into the queue. Requires a callable. param: callable $value param: mixed $priority return: void |
| remove($datum) X-Ref |
| 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. param: mixed $datum return: bool |
| next($context = null, array $params = [], $chain = null) X-Ref |
| Iterate the next filter in the chain Iterates and calls the next filter in the chain. param: mixed $context param: array $params param: FilterIterator $chain return: mixed |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |