695. Class

695.1. Zend\EventManager\Filter\FilterIterator

Specialized priority queue implementation for use with an intercepting filter chain.

Allows removal

695.1.1. Methods

695.1.1.1. contains

contains()

Does the queue contain a given value?

Parameters:mixed
Return type:bool

695.1.1.2. remove

remove()

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:mixed
Return type:bool

Project Versions

Table Of Contents

Previous topic

694. Function

Next topic

696. Class

This Page