[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/ -> FilterComposite.php (summary)

Zend Framework (http://framework.zend.com/)

Copyright: Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
File Size: 196 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

FilterComposite:: (5 methods):
  __construct()
  addFilter()
  removeFilter()
  hasFilter()
  filter()


Class: FilterComposite  - X-Ref

__construct($orFilter = array()   X-Ref
Define default Filter

param: array $orFilter
param: array $andFilter

addFilter($name, $filter, $condition = self::CONDITION_OR)   X-Ref
No description

removeFilter($name)   X-Ref
Remove a filter from the composition

param: $name string Identifier for the filter
return: FilterComposite

hasFilter($name)   X-Ref
Check if $name has a filter registered

param: $name string Identifier for the filter
return: bool

filter($property)   X-Ref
Filter the composite based on the AND and OR condition
Will return true if one from the "or conditions" and all from
the "and condition" returns true. Otherwise false

param: $property string Parameter will be e.g. Parent\Namespace\Class::method
return: bool



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1