|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilDclTableViewFieldSetting. More...
Inheritance diagram for ilDclTableViewFieldSetting:
Collaboration diagram for ilDclTableViewFieldSetting:Static Public Member Functions | |
| static | returnDbTableName () |
| static | getInstance ($tableview_id, $field_id) |
Static Public Member Functions inherited from ActiveRecord | |
| static | returnDbTableName () |
| static | installDB () |
| static | renameDBField ($old_name, $new_name) |
| static | tableExists () |
| static | fieldExists ($field_name) |
| static | removeDBField ($field_name) |
| static | updateDB () |
| static | resetDB () |
| static | truncateDB () |
| static | flushDB () |
| static | preloadObjects () |
| static | additionalParams (array $additional_params) |
| static | findOrFail ($primary_key, array $add_constructor_args=array()) |
| Tries to find the object and throws an Exception if object is not found, instead of returning null. More... | |
| static | findOrGetInstance ($primary_key, array $add_constructor_args=array()) |
| static | where ($where, $operator=null) |
| static | innerjoinAR (ActiveRecord $ar, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false) |
| static | innerjoin ($tablename, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false) |
| static | leftjoin ($tablename, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false) |
| static | orderBy ($orderBy, $orderDirection='ASC') |
| static | dateFormat ($date_format='d.m.Y - H:i:s') |
| static | limit ($start, $end) |
| static | affectedRows () |
| static | count () |
| static | get () |
| static | debug () |
| static | first () |
| static | getCollection () |
| static | last () |
| static | getFirstFromLastQuery () |
| static | connector (arConnector $connector) |
| static | raw ($set_raw=true) |
| static | getArray ($key=null, $values=null) |
| static | _toCamelCase ($str, $capitalise_first_char=false) |
Protected Attributes | |
| $id | |
| $tableview_id | |
| $field | |
| $visible | |
| $in_filter | |
| $filter_value | |
| $filter_changeable | |
Protected Attributes inherited from ActiveRecord | |
| $ar_safe_read = true | |
| $connector_container_name = '' | |
Additional Inherited Members | |
Data Fields inherited from ActiveRecord | |
| const | ACTIVE_RECORD_VERSION = '2.0.7' |
Protected Member Functions inherited from ActiveRecord | |
| serializeToCSV ($field) | |
| This method is called for every field of your instance if you use __asCsv. More... | |
| installDatabase () | |
Static Protected Member Functions inherited from ActiveRecord | |
| static | getCalledClass () |
| static | fromCamelCase ($str) |
Class ilDclTableViewFieldSetting.
defines tableview/field specific settings: visible, in_filter, filter_value, filter_changeable
Definition at line 11 of file class.ilDclTableViewFieldSetting.php.
| ilDclTableViewFieldSetting::cloneStructure | ( | ilDclTableViewFieldSetting | $orig | ) |
Definition at line 241 of file class.ilDclTableViewFieldSetting.php.
References ActiveRecord\create(), getFilterValue(), isFilterChangeable(), isInFilter(), isVisible(), setFilterChangeable(), setFilterValue(), setInFilter(), and setVisible().
Here is the call graph for this function:| ilDclTableViewFieldSetting::getField | ( | ) |
Definition at line 111 of file class.ilDclTableViewFieldSetting.php.
References $field.
Referenced by wakeUp().
Here is the caller graph for this function:| ilDclTableViewFieldSetting::getFieldObject | ( | ) |
Definition at line 252 of file class.ilDclTableViewFieldSetting.php.
References $DIC, $lng, ilDclStandardField\_getDatatypeForId(), and ilDclCache\getFieldCache().
Here is the call graph for this function:| ilDclTableViewFieldSetting::getFilterValue | ( | ) |
Definition at line 159 of file class.ilDclTableViewFieldSetting.php.
References $filter_value.
Referenced by cloneStructure().
Here is the caller graph for this function:| ilDclTableViewFieldSetting::getId | ( | ) |
Definition at line 191 of file class.ilDclTableViewFieldSetting.php.
References $id.
|
static |
| $tableview_id | |
| $field_id |
Definition at line 276 of file class.ilDclTableViewFieldSetting.php.
References $tableview_id, and ActiveRecord\first().
Here is the call graph for this function:| ilDclTableViewFieldSetting::getTableviewId | ( | ) |
Definition at line 95 of file class.ilDclTableViewFieldSetting.php.
References $tableview_id.
| ilDclTableViewFieldSetting::isFilterChangeable | ( | ) |
Definition at line 175 of file class.ilDclTableViewFieldSetting.php.
References $filter_changeable.
Referenced by cloneStructure().
Here is the caller graph for this function:| ilDclTableViewFieldSetting::isInFilter | ( | ) |
Definition at line 143 of file class.ilDclTableViewFieldSetting.php.
References $in_filter.
Referenced by cloneStructure().
Here is the caller graph for this function:| ilDclTableViewFieldSetting::isVisible | ( | ) |
Definition at line 127 of file class.ilDclTableViewFieldSetting.php.
References $visible.
Referenced by cloneStructure().
Here is the caller graph for this function:
|
static |
Reimplemented from ActiveRecord.
Definition at line 88 of file class.ilDclTableViewFieldSetting.php.
| ilDclTableViewFieldSetting::setField | ( | $field | ) |
| int | $field |
Definition at line 119 of file class.ilDclTableViewFieldSetting.php.
References $field.
| ilDclTableViewFieldSetting::setFilterChangeable | ( | $filter_changeable | ) |
| boolean | $filter_changeable |
Definition at line 183 of file class.ilDclTableViewFieldSetting.php.
References $filter_changeable.
Referenced by cloneStructure().
Here is the caller graph for this function:| ilDclTableViewFieldSetting::setFilterValue | ( | $filter_value | ) |
| string | $filter_value |
Definition at line 167 of file class.ilDclTableViewFieldSetting.php.
References $filter_value.
Referenced by cloneStructure().
Here is the caller graph for this function:| ilDclTableViewFieldSetting::setId | ( | $id | ) |
| int | $id |
Definition at line 199 of file class.ilDclTableViewFieldSetting.php.
References $id.
| ilDclTableViewFieldSetting::setInFilter | ( | $in_filter | ) |
| boolean | $in_filter |
Definition at line 151 of file class.ilDclTableViewFieldSetting.php.
References $in_filter.
Referenced by cloneStructure().
Here is the caller graph for this function:| ilDclTableViewFieldSetting::setTableviewId | ( | $tableview_id | ) |
| int | $tableview_id |
Definition at line 103 of file class.ilDclTableViewFieldSetting.php.
References $tableview_id.
| ilDclTableViewFieldSetting::setVisible | ( | $visible | ) |
| boolean | $visible |
Definition at line 135 of file class.ilDclTableViewFieldSetting.php.
References $visible.
Referenced by cloneStructure().
Here is the caller graph for this function:| ilDclTableViewFieldSetting::sleep | ( | $field_name | ) |
| $field_name |
Reimplemented from ActiveRecord.
Definition at line 208 of file class.ilDclTableViewFieldSetting.php.
| ilDclTableViewFieldSetting::wakeUp | ( | $field_name, | |
| $field_value | |||
| ) |
| $field_name | |
| $field_value |
Reimplemented from ActiveRecord.
Definition at line 222 of file class.ilDclTableViewFieldSetting.php.
References getField().
Here is the call graph for this function:
|
protected |
Definition at line 46 of file class.ilDclTableViewFieldSetting.php.
Referenced by getField(), and setField().
|
protected |
Definition at line 82 of file class.ilDclTableViewFieldSetting.php.
Referenced by isFilterChangeable(), and setFilterChangeable().
|
protected |
Definition at line 73 of file class.ilDclTableViewFieldSetting.php.
Referenced by getFilterValue(), and setFilterValue().
|
protected |
Definition at line 25 of file class.ilDclTableViewFieldSetting.php.
|
protected |
Definition at line 64 of file class.ilDclTableViewFieldSetting.php.
Referenced by isInFilter(), and setInFilter().
|
protected |
Definition at line 35 of file class.ilDclTableViewFieldSetting.php.
Referenced by getInstance(), getTableviewId(), and setTableviewId().
|
protected |
Definition at line 55 of file class.ilDclTableViewFieldSetting.php.
Referenced by isVisible(), and setVisible().