Static Public Member Functions | |
| static | create ($actual_val, $filter_time_period=null) |
| static | compare ($fv1, $fv2) |
| Used in sorting, when BrowseDataPage creates a new URL. | |
Public Attributes | |
| $text | |
| $is_none = false | |
| $is_other = false | |
| $is_numeric = false | |
| $lower_limit = null | |
| $upper_limit = null | |
| $year = null | |
| $month = null | |
Definition at line 9 of file SD_FilterValue.php.
| static SDFilterValue::create | ( | $ | actual_val, | |
| $ | filter_time_period = null | |||
| ) | [static] |
Definition at line 19 of file SD_FilterValue.php.
References $year, SDUtils::stringToMonth(), and simplejson::encoder::text.
Referenced by SDAppliedFilter::create(), SDBrowseDataPage::printAppliedFilterLine(), and SDBrowseDataPage::printUnappliedFilterLine().
| static SDFilterValue::compare | ( | $ | fv1, | |
| $ | fv2 | |||
| ) | [static] |
Used in sorting, when BrowseDataPage creates a new URL.
Definition at line 70 of file SD_FilterValue.php.
References simplejson::encoder::text.
| SDFilterValue::$text |
Definition at line 10 of file SD_FilterValue.php.
| SDFilterValue::$is_none = false |
Definition at line 11 of file SD_FilterValue.php.
| SDFilterValue::$is_other = false |
Definition at line 12 of file SD_FilterValue.php.
| SDFilterValue::$is_numeric = false |
Definition at line 13 of file SD_FilterValue.php.
| SDFilterValue::$lower_limit = null |
Definition at line 14 of file SD_FilterValue.php.
| SDFilterValue::$upper_limit = null |
Definition at line 15 of file SD_FilterValue.php.
| SDFilterValue::$year = null |
| SDFilterValue::$month = null |
Definition at line 17 of file SD_FilterValue.php.
1.5.6