Stud.IP
6.0
|
Public Member Functions | |
__construct ($typeparam, $fieldId='') | |
getName () | |
getUsers ($restrictions=[]) | |
getUserValues ($userId, $additional=null) | |
load () | |
setValue ($newValue) | |
store () | |
Public Member Functions inherited from UserFilterField | |
__construct ($fieldId='') | |
checkValue ($values) | |
delete () | |
generateId () | |
getCompareOperator () | |
getCompareOperatorAsText () | |
getId () | |
getName () | |
getUsers ($restrictions=[]) | |
getUserValues ($userId, $additional=null) | |
getValidCompareOperators () | |
getValidValues () | |
getValue () | |
load () | |
setCompareOperator ($newOperator) | |
setConditionId ($id) | |
setValue ($newValue) | |
store () | |
__clone () | |
Static Public Member Functions | |
static | getParameterizedTypes () |
Static Public Member Functions inherited from UserFilterField | |
static | getParameterizedTypes () |
static | getAvailableFilterFields () |
Data Fields | |
$datafield_id | |
$null_yields | |
$datafield_name | |
$sortOrder = 6 | |
Data Fields inherited from UserFilterField | |
$compareOperator = '' | |
$conditionId = '' | |
$id = '' | |
$validCompareOperators = [] | |
$validValues = [] | |
$value = null | |
$sortOrder = 99 | |
$valuesDbTable = '' | |
$valuesDbIdField = '' | |
$valuesDbNameField = '' | |
$userDataDbTable = '' | |
$userDataDbField = '' | |
$relations = [] | |
Static Public Attributes | |
static | $isParameterized = true |
Static Public Attributes inherited from UserFilterField | |
static | $isParameterized = false |
Additional Inherited Members | |
Static Protected Attributes inherited from UserFilterField | |
static | $cached_valid_values |
static | $available_filter_fields |
__construct | ( | $typeparam, | |
$fieldId = '' |
|||
) |
getName | ( | ) |
Get this field's display name.
|
static |
getUsers | ( | $restrictions = [] | ) |
getUserValues | ( | $userId, | |
$additional = null |
|||
) |
Gets the value for the given user that is relevant for this
String | $userId | User to check. |
Array | $additional | additional conditions that are required for check. |
load | ( | ) |
Helper function for loading data from DB.
setValue | ( | $newValue | ) |
store | ( | ) |
Stores data to DB.
$datafield_id |
$datafield_name |
|
static |
$null_yields |
$sortOrder = 6 |