PHP Class ScriptFUSION\Porter\Collection\FilteredRecords

Inheritance: extends RecordCollection
Show file Open project: ScriptFUSION/Porter

Public Methods

Method Description
__construct ( Iterator $records, RecordCollection $previousCollection, callable $filter )
getFilter ( ) : callable

Method Details

__construct() public method

public __construct ( Iterator $records, RecordCollection $previousCollection, callable $filter )
$records Iterator
$previousCollection RecordCollection
$filter callable

getFilter() public method

public getFilter ( ) : callable
return callable