[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/vendor/zendframework/zend-eventmanager/src/ -> ResponseCollection.php (summary)

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: 82 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ResponseCollection:: (5 methods):
  stopped()
  setStopped()
  first()
  last()
  contains()


Class: ResponseCollection  - X-Ref

Collection of signal handler return values

stopped()   X-Ref
Did the last response provided trigger a short circuit of the stack?

return: bool

setStopped($flag)   X-Ref
Mark the collection as stopped (or its opposite)

param: bool $flag

first()   X-Ref
Convenient access to the first handler return value.

return: mixed The first handler return value

last()   X-Ref
Convenient access to the last handler return value.

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

return: mixed The last handler return value

contains($value)   X-Ref
Check if any of the responses match the given value.

return: bool
param: mixed $value The value to look for among responses



Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1