The Filter class contains all functions relating to filtering, the removing of documents from the result set
| Filter Class | The Filter class contains all functions relating to filtering, the removing of documents from the result set |
| Functions | |
| execute | Filter documents via either a custom filter or basic filter |
| basicFilter | Do basic comparison filtering |
Filter documents via either a custom filter or basic filter
function execute( $resource, $filter )
Do basic comparison filtering
function basicFilter ( $value )