[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/zendframework/zend-eventmanager/src/ -> FilterChain.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: 112 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

FilterChain:: (7 methods):
  __construct()
  run()
  attach()
  detach()
  getFilters()
  clearFilters()
  getResponses()


Class: FilterChain  - X-Ref

FilterChain: intercepting filter manager

__construct()   X-Ref
Constructor

Initializes Filter\FilterIterator in which filters will be aggregated

run($context, array $argv = [])   X-Ref
Apply the filters

Begins iteration of the filters.

param: mixed $context Object under observation
param: mixed $argv Associative array of arguments
return: mixed

attach(callable $callback, $priority = 1)   X-Ref
Connect a filter to the chain

param: callable $callback PHP Callback
param: int $priority Priority in the queue at which to execute;
return: CallbackHandler (to allow later unsubscribe)

detach(callable $filter)   X-Ref
Detach a filter from the chain

param: callable $filter
return: bool Returns true if filter found and unsubscribed; returns false otherwise

getFilters()   X-Ref
Retrieve all filters

return: Filter\FilterIterator

clearFilters()   X-Ref
Clear all filters

return: void

getResponses()   X-Ref
Return current responses

Only available while the chain is still being iterated. Returns the
current ResponseCollection.

return: null|ResponseCollection



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1