Class: FilteredResults
Source Location: /blogs/inc/_core/model/dataobjects/_dataobjectlist2.class.php
Class FilteredResults
Class Overview
Direct descendents
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From Results
Inherited From Table Inherited From Widget |
Inherited From Results
Inherited From Table
Inherited From Widget
|
[ Top ]
Property Summary
| mixed | $default_filters | Default filter set (used if no specific params are passed) |
| mixed | $filters | Current filter set (depending on user input) |
[ Top ]
Method Summary
| void | dump_active_filters() | Show every active filter that is not the same as the defaults |
| void | get_active_filter() | Get a specific active filter |
| void | get_active_filters() | Get every active filter that is not the same as the defaults |
| void | is_filtered() | Check if the Result set is filtered or not |
[ Top ]
Properties
Methods
dump_active_filters [line 106]
|
Show every active filter that is not the same as the defaults
[ Top ]
get_active_filter [line 67]
|
Get a specific active filter
Parameters:| $key: |
[ Top ]
get_active_filters [line 81]
|
Get every active filter that is not the same as the defaults
[ Top ]
