PHP Interface Pinq\Iterators\Common\SetOperations\ISetFilter

Author: Elliot Levin ([email protected])
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
filter ( mixed $key, mixed $value ) : boolean Returns whether the key and value is valid.
initialize ( ) : void Initializes the set filter.

Method Details

filter() public method

Returns whether the key and value is valid.
public filter ( mixed $key, mixed $value ) : boolean
$key mixed
$value mixed
return boolean

initialize() public method

Initializes the set filter.
public initialize ( ) : void
return void