Documentation

IFilter

Returns some string that can be used to filter some data set.

WARNING: This interface sucks and will likely go through significant changes in a future release.

Tags
todo

Figure out how to make IFilter make more sense. There is no way to determine which type of filter to use when using IRepository::stream(), because we have no idea what storage engine the repository represents (nor should we).

deprecated

Stupid

Table of Contents

getFilter() Retrieve the filter string string
getValues() Retrieve a list of values. array

Methods

getFilter()

Retrieve the filter string

public getFilter( ) : string
Return values
string

filter

getValues()

Retrieve a list of values.

public getValues( ) : array
Return values
array

values

Search results