Public Member Functions | |
| checkSQL ($value_field) | |
| Returns a string that adds a check for this filter/value combination to an SQL "WHERE" clause. | |
| getAllOrValues ($category) | |
| Gets an array of all values that the property belonging to this filter has, for pages in the passed-in category. | |
Static Public Member Functions | |
| static | create ($filter, $values, $search_term=null, $lower_date=null, $upper_date=null) |
Public Attributes | |
| $filter | |
| $values = array() | |
| $search_term | |
| $lower_date | |
| $upper_date | |
| $lower_date_string | |
| $upper_date_string | |
Definition at line 9 of file SD_AppliedFilter.php.
| static SDAppliedFilter::create | ( | $ | filter, | |
| $ | values, | |||
| $ | search_term = null, |
|||
| $ | lower_date = null, |
|||
| $ | upper_date = null | |||
| ) | [static] |
Definition at line 18 of file SD_AppliedFilter.php.
References $filter, $lower_date, $search_term, $upper_date, $values, SDFilterValue::create(), and SDUtils::monthToString().
Referenced by SDBrowseData::execute(), SDFilter::load(), and SDBrowseDataPage::printUnappliedFilterLine().
| SDAppliedFilter::checkSQL | ( | $ | value_field | ) |
Returns a string that adds a check for this filter/value combination to an SQL "WHERE" clause.
Definition at line 44 of file SD_AppliedFilter.php.
References $search_term.
| SDAppliedFilter::getAllOrValues | ( | $ | category | ) |
Gets an array of all values that the property belonging to this filter has, for pages in the passed-in category.
Definition at line 113 of file SD_AppliedFilter.php.
References SDUtils::monthToString().
| SDAppliedFilter::$filter |
| SDAppliedFilter::$values = array() |
| SDAppliedFilter::$search_term |
| SDAppliedFilter::$lower_date |
| SDAppliedFilter::$upper_date |
| SDAppliedFilter::$lower_date_string |
Definition at line 15 of file SD_AppliedFilter.php.
| SDAppliedFilter::$upper_date_string |
Definition at line 16 of file SD_AppliedFilter.php.
1.5.6