[ 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: | 82 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ResponseCollection:: (5 methods):
stopped()
setStopped()
first()
last()
contains()
Class: ResponseCollection - X-Ref
Collection of signal handler return valuesstopped() 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. param: mixed $value The value to look for among responses return: bool |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |