Collection of signal handler return values

 Methods

add()

add() 

inherited_from SplDoublyLinkedList::add()

bottom()

bottom() 

inherited_from SplDoublyLinkedList::bottom()

Check if any of the responses match the given value.

contains(mixed $value) : bool

Parameters

$value

mixed

The value to look for among responses

Returns

bool

count()

count() 

inherited_from SplDoublyLinkedList::count()

current()

current() 

inherited_from SplDoublyLinkedList::current()

Convenient access to the first handler return value.

first() : mixed

Returns

mixedThe first handler return value

getIteratorMode()

getIteratorMode() 

inherited_from SplDoublyLinkedList::getIteratorMode()

isEmpty()

isEmpty() 

inherited_from SplDoublyLinkedList::isEmpty()

key()

key() 

inherited_from SplDoublyLinkedList::key()

Convenient access to the last handler return value.

last() : mixed

If the collection is empty, returns null. Otherwise, returns value returned by last handler.

Returns

mixedThe last handler return value

offsetExists()

offsetExists() 

inherited_from SplDoublyLinkedList::offsetExists()

offsetGet()

offsetGet() 

inherited_from SplDoublyLinkedList::offsetGet()

offsetSet()

offsetSet() 

inherited_from SplDoublyLinkedList::offsetSet()

offsetUnset()

offsetUnset() 

inherited_from SplDoublyLinkedList::offsetUnset()

pop()

pop() 

inherited_from SplDoublyLinkedList::pop()

push()

push() 

inherited_from SplDoublyLinkedList::push()

rewind()

rewind() 

inherited_from SplDoublyLinkedList::rewind()

serialize()

serialize() 

inherited_from SplDoublyLinkedList::serialize()

setIteratorMode()

setIteratorMode() 

inherited_from SplDoublyLinkedList::setIteratorMode()

Mark the collection as stopped (or its opposite)

setStopped(bool $flag) : \Zend\EventManager\ResponseCollection

Parameters

$flag

bool

Returns

shift()

shift() 

inherited_from SplDoublyLinkedList::shift()

Did the last response provided trigger a short circuit of the stack?

stopped() : bool

Returns

bool

top()

top() 

inherited_from SplDoublyLinkedList::top()

unserialize()

unserialize() 

inherited_from SplDoublyLinkedList::unserialize()

unshift()

unshift() 

inherited_from SplDoublyLinkedList::unshift()

valid()

valid() 

inherited_from SplDoublyLinkedList::valid()

 Properties

 

$stopped

$stopped