Documentation

Ingo_Storage_FilterIterator_Skip extends Ingo_Storage_FilterIterator
in package

Storage iterator filter that returns objects that do not match the filter.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2015-2017 Horde LLC

license

http://www.horde.org/licenses/apache ASL

Table of Contents

$_filters  : array<string|int, mixed>
Filter list.
accept()  : mixed
create()  : Ingo_Storage_FilterIterator
Create a filter iterator.
setFilter()  : mixed
Sets the filters list.

Properties

$_filters

Filter list.

protected array<string|int, mixed> $_filters = array()

Methods

accept()

public accept() : mixed
Return values
mixed

setFilter()

Sets the filters list.

public setFilter([array<string|int, mixed> $filter = array() ]) : mixed
Parameters
$filter : array<string|int, mixed> = array()

Filters list.

Return values
mixed

Search results