| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilDclTableViewFieldSetting:
 Collaboration diagram for ilDclTableViewFieldSetting:Public Member Functions | |
| getTableviewId () | |
| setTableviewId (int $tableview_id) | |
| getField () | |
| setField (string $field) | |
| isVisibleInList () | |
| setVisible (bool $visible) | |
| isInFilter () | |
| setInFilter (bool $in_filter) | |
| getFilterValue () | |
| setFilterValue ($filter_value) | |
| isFilterChangeable () | |
| setFilterChangeable (bool $filter_changeable) | |
| getId () | |
| setId (int $id) | |
| isRequiredCreate () | |
| setRequiredCreate (bool $required_create) | |
| isLockedCreate () | |
| setLockedCreate (bool $locked_create) | |
| isRequiredEdit () | |
| setRequiredEdit (bool $required_edit) | |
| isLockedEdit () | |
| setLockedEdit (bool $locked_edit) | |
| getDefaultValue () | |
| setDefaultValue (?string $default_value) | |
| isVisibleCreate () | |
| setVisibleCreate (bool $visible_create) | |
| setNotVisibleCreate (bool $not_visible_create) | |
| isNotVisibleCreate () | |
| isVisibleEdit () | |
| setVisibleEdit (bool $visible_edit) | |
| setNotVisibleEdit (bool $not_visible) | |
| isNotVisibleEdit () | |
| isVisibleInForm (bool $creation_mode) | |
| isLocked (bool $creation_mode) | |
| isRequired (bool $creation_mode) | |
| sleep ($field_name) | |
| wakeUp ($field_name, $field_value) | |
| cloneStructure (ilDclTableViewFieldSetting $orig) | |
| getFieldObject () | |
  Public Member Functions inherited from ActiveRecord | |
| getArConnector () | |
| getArFieldList () | |
| getConnectorContainerName () | |
| Return the Name of your Connector Table  More... | |
| setConnectorContainerName (string $connector_container_name) | |
| getPrimaryFieldValue () | |
| setPrimaryFieldValue ($value) | |
| __construct (mixed $primary_key=0) | |
| storeObjectToCache () | |
| asStdClass () | |
| asArray () | |
| buildFromArray (array $array) | |
| fixDateField ($field_name, $value) | |
| sleep ($field_name) | |
| wakeUp ($field_name, $field_value) | |
| getArrayForConnector () | |
| installConnector () | |
| store () | |
| save () | |
| create () | |
| copy (int $new_id=0) | |
| afterObjectLoad () | |
| read () | |
| update () | |
| delete () | |
| __call ($name, $arguments) | |
Static Public Member Functions | |
| static | returnDbTableName () | 
| static | getTableViewFieldSetting (string $id, int $tableview_id) | 
| static | getInstance (int $tableview_id, int $field_id) | 
  Static Public Member Functions inherited from ActiveRecord | |
| static | returnDbTableName () | 
| static | installDB () | 
| static | renameDBField (string $old_name, string $new_name) | 
| static | tableExists () | 
| static | fieldExists (string $field_name) | 
| static | removeDBField (string $field_name) | 
| static | updateDB () | 
| static | resetDB () | 
| static | truncateDB () | 
| static | flushDB () | 
| never use in ILIAS Core, Plugins only  More... | |
| static | preloadObjects () | 
| static | additionalParams (array $additional_params) | 
| static | findOrFail ($primary_key, array $add_constructor_args=[]) | 
| 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=[]) | 
| static | where ($where, $operator=null) | 
| static | innerjoinAR (ActiveRecord $activeRecord, $on_this, $on_external, array $fields=[' *'], string $operator='=', bool $both_external=false) | 
| static | innerjoin ( $tablename, $on_this, $on_external, array $fields=[' *'], string $operator='=', bool $both_external=false) | 
| static | leftjoin ( $tablename, $on_this, $on_external, array $fields=[' *'], string $operator='=', bool $both_external=false) | 
| static | orderBy (string $orderBy, string $orderDirection='ASC') | 
| static | dateFormat (string $date_format='d.m.Y - H:i:s') | 
| static | limit (int $start, int $end) | 
| static | affectedRows () | 
| static | count () | 
| static | get () | 
| static | debug () | 
| static | first () | 
| static | getCollection () | 
| static | last () | 
| static | getFirstFromLastQuery () | 
| static | connector (arConnector $arConnector) | 
| static | raw (bool $set_raw=true) | 
| static | getArray (?string $key=null, $values=null) | 
| static | _toCamelCase (string $str, bool $capitalise_first_char=false) | 
Protected Attributes | |
| int | $id | 
| int | $tableview_id | 
| string | $field = "" | 
| bool | $visible = false | 
| bool | $in_filter = false | 
| $filter_value = "" | |
| bool | $filter_changeable = false | 
| bool | $required_create = false | 
| bool | $locked_create = false | 
| string | $default_value = null | 
| bool | $visible_create = false | 
| bool | $visible_edit = false | 
| bool | $required_edit = false | 
| bool | $locked_edit = false | 
  Protected Attributes inherited from ActiveRecord | |
| bool | $ar_safe_read = true | 
| string | $connector_container_name = '' | 
| bool | $is_new = true | 
Additional Inherited Members | |
  Protected Member Functions inherited from ActiveRecord | |
| installDatabase () | |
  Static Protected Member Functions inherited from ActiveRecord | |
| static | getCalledClass () | 
| Returns an instance of the instatiated calling active record (needs to be done in static methods)  : This should be cached somehow  More... | |
| static | fromCamelCase (string $str) | 
Definition at line 22 of file class.ilDclTableViewFieldSetting.php.
| ilDclTableViewFieldSetting::cloneStructure | ( | ilDclTableViewFieldSetting | $orig | ) | 
Definition at line 349 of file class.ilDclTableViewFieldSetting.php.
References $filter_value, ActiveRecord\create(), getField(), getFilterValue(), getId(), isFilterChangeable(), isInFilter(), isLockedCreate(), isLockedEdit(), isRequiredCreate(), isRequiredEdit(), isVisibleCreate(), isVisibleEdit(), isVisibleInList(), setFilterChangeable(), setFilterValue(), setInFilter(), setLockedCreate(), setLockedEdit(), setRequiredCreate(), setRequiredEdit(), setVisible(), setVisibleCreate(), and setVisibleEdit().
 Here is the call graph for this function:| ilDclTableViewFieldSetting::getDefaultValue | ( | ) | 
Definition at line 253 of file class.ilDclTableViewFieldSetting.php.
References $default_value.
Referenced by ilDclCreateViewTableGUI\getHTML().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::getField | ( | ) | 
Definition at line 150 of file class.ilDclTableViewFieldSetting.php.
References $field.
Referenced by cloneStructure(), ilDclCreateViewTableGUI\getHTML(), and wakeUp().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::getFieldObject | ( | ) | 
Definition at line 369 of file class.ilDclTableViewFieldSetting.php.
References $DIC, $lng, ilDclStandardField\_getDatatypeForId(), and ilDclCache\getFieldCache().
Referenced by ilDclCreateViewTableGUI\getHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::getFilterValue | ( | ) | 
Definition at line 183 of file class.ilDclTableViewFieldSetting.php.
References $filter_value.
Referenced by cloneStructure().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::getId | ( | ) | 
Definition at line 203 of file class.ilDclTableViewFieldSetting.php.
References $id.
Referenced by cloneStructure(), and ilDclCreateViewTableGUI\getHTML().
 Here is the caller graph for this function:
      
  | 
  static | 
| $tableview_id | |
| $field_id | 
Definition at line 400 of file class.ilDclTableViewFieldSetting.php.
References ActiveRecord\first().
Referenced by ilDataCollectionDataSet\getXmlNamespace().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 388 of file class.ilDclTableViewFieldSetting.php.
References ActiveRecord\first().
Referenced by ilDclBaseFieldModel\getViewSetting().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::getTableviewId | ( | ) | 
Definition at line 140 of file class.ilDclTableViewFieldSetting.php.
References $tableview_id.
| ilDclTableViewFieldSetting::isFilterChangeable | ( | ) | 
Definition at line 193 of file class.ilDclTableViewFieldSetting.php.
References $filter_changeable.
Referenced by cloneStructure().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::isInFilter | ( | ) | 
Definition at line 173 of file class.ilDclTableViewFieldSetting.php.
References $in_filter.
Referenced by cloneStructure().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::isLocked | ( | bool | $creation_mode | ) | 
Definition at line 308 of file class.ilDclTableViewFieldSetting.php.
References isLockedCreate(), and isLockedEdit().
 Here is the call graph for this function:| ilDclTableViewFieldSetting::isLockedCreate | ( | ) | 
Definition at line 223 of file class.ilDclTableViewFieldSetting.php.
References $locked_create.
Referenced by cloneStructure(), ilDclCreateViewTableGUI\getHTML(), and isLocked().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::isLockedEdit | ( | ) | 
Definition at line 243 of file class.ilDclTableViewFieldSetting.php.
References $locked_edit.
Referenced by cloneStructure(), and isLocked().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::isNotVisibleCreate | ( | ) | 
Definition at line 278 of file class.ilDclTableViewFieldSetting.php.
References $visible_create.
| ilDclTableViewFieldSetting::isNotVisibleEdit | ( | ) | 
Definition at line 298 of file class.ilDclTableViewFieldSetting.php.
References $visible_edit.
| ilDclTableViewFieldSetting::isRequired | ( | bool | $creation_mode | ) | 
Definition at line 313 of file class.ilDclTableViewFieldSetting.php.
References isRequiredCreate(), and isRequiredEdit().
 Here is the call graph for this function:| ilDclTableViewFieldSetting::isRequiredCreate | ( | ) | 
Definition at line 213 of file class.ilDclTableViewFieldSetting.php.
References $required_create.
Referenced by cloneStructure(), ilDclCreateViewTableGUI\getHTML(), and isRequired().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::isRequiredEdit | ( | ) | 
Definition at line 233 of file class.ilDclTableViewFieldSetting.php.
References $required_edit.
Referenced by cloneStructure(), and isRequired().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::isVisibleCreate | ( | ) | 
Definition at line 263 of file class.ilDclTableViewFieldSetting.php.
References $visible_create.
Referenced by cloneStructure(), ilDclCreateViewTableGUI\getHTML(), and isVisibleInForm().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::isVisibleEdit | ( | ) | 
Definition at line 283 of file class.ilDclTableViewFieldSetting.php.
References $visible_edit.
Referenced by cloneStructure(), and isVisibleInForm().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::isVisibleInForm | ( | bool | $creation_mode | ) | 
Definition at line 303 of file class.ilDclTableViewFieldSetting.php.
References isVisibleCreate(), and isVisibleEdit().
 Here is the call graph for this function:| ilDclTableViewFieldSetting::isVisibleInList | ( | ) | 
Definition at line 163 of file class.ilDclTableViewFieldSetting.php.
References $visible.
Referenced by cloneStructure().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 135 of file class.ilDclTableViewFieldSetting.php.
| ilDclTableViewFieldSetting::setDefaultValue | ( | ?string | $default_value | ) | 
Definition at line 258 of file class.ilDclTableViewFieldSetting.php.
References $default_value.
| ilDclTableViewFieldSetting::setField | ( | string | $field | ) | 
| $field | 
Definition at line 158 of file class.ilDclTableViewFieldSetting.php.
References $field.
| ilDclTableViewFieldSetting::setFilterChangeable | ( | bool | $filter_changeable | ) | 
Definition at line 198 of file class.ilDclTableViewFieldSetting.php.
References $filter_changeable.
Referenced by cloneStructure().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::setFilterValue | ( | $filter_value | ) | 
Definition at line 188 of file class.ilDclTableViewFieldSetting.php.
References $filter_value.
Referenced by cloneStructure().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::setId | ( | int | $id | ) | 
| ilDclTableViewFieldSetting::setInFilter | ( | bool | $in_filter | ) | 
Definition at line 178 of file class.ilDclTableViewFieldSetting.php.
References $in_filter.
Referenced by cloneStructure().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::setLockedCreate | ( | bool | $locked_create | ) | 
Definition at line 228 of file class.ilDclTableViewFieldSetting.php.
References $locked_create.
Referenced by cloneStructure().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::setLockedEdit | ( | bool | $locked_edit | ) | 
Definition at line 248 of file class.ilDclTableViewFieldSetting.php.
References $locked_edit.
Referenced by cloneStructure().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::setNotVisibleCreate | ( | bool | $not_visible_create | ) | 
Definition at line 273 of file class.ilDclTableViewFieldSetting.php.
| ilDclTableViewFieldSetting::setNotVisibleEdit | ( | bool | $not_visible | ) | 
Definition at line 293 of file class.ilDclTableViewFieldSetting.php.
| ilDclTableViewFieldSetting::setRequiredCreate | ( | bool | $required_create | ) | 
Definition at line 218 of file class.ilDclTableViewFieldSetting.php.
References $required_create.
Referenced by cloneStructure().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::setRequiredEdit | ( | bool | $required_edit | ) | 
Definition at line 238 of file class.ilDclTableViewFieldSetting.php.
References $required_edit.
Referenced by cloneStructure().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::setTableviewId | ( | int | $tableview_id | ) | 
Definition at line 145 of file class.ilDclTableViewFieldSetting.php.
References $tableview_id.
| ilDclTableViewFieldSetting::setVisible | ( | bool | $visible | ) | 
Definition at line 168 of file class.ilDclTableViewFieldSetting.php.
References $visible.
Referenced by cloneStructure().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::setVisibleCreate | ( | bool | $visible_create | ) | 
Definition at line 268 of file class.ilDclTableViewFieldSetting.php.
References $visible_create.
Referenced by cloneStructure().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::setVisibleEdit | ( | bool | $visible_edit | ) | 
Definition at line 288 of file class.ilDclTableViewFieldSetting.php.
References $visible_edit.
Referenced by cloneStructure().
 Here is the caller graph for this function:| ilDclTableViewFieldSetting::sleep | ( | $field_name | ) | 
Definition at line 318 of file class.ilDclTableViewFieldSetting.php.
| ilDclTableViewFieldSetting::wakeUp | ( | $field_name, | |
| $field_value | |||
| ) | 
Definition at line 327 of file class.ilDclTableViewFieldSetting.php.
References ILIAS\LTI\ToolProvider\$key, and getField().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 99 of file class.ilDclTableViewFieldSetting.php.
Referenced by getDefaultValue(), and setDefaultValue().
      
  | 
  protected | 
Definition at line 50 of file class.ilDclTableViewFieldSetting.php.
Referenced by getField(), and setField().
      
  | 
  protected | 
Definition at line 78 of file class.ilDclTableViewFieldSetting.php.
Referenced by isFilterChangeable(), and setFilterChangeable().
      
  | 
  protected | 
Definition at line 71 of file class.ilDclTableViewFieldSetting.php.
Referenced by cloneStructure(), getFilterValue(), and setFilterValue().
      
  | 
  protected | 
Definition at line 34 of file class.ilDclTableViewFieldSetting.php.
      
  | 
  protected | 
Definition at line 64 of file class.ilDclTableViewFieldSetting.php.
Referenced by isInFilter(), and setInFilter().
      
  | 
  protected | 
Definition at line 92 of file class.ilDclTableViewFieldSetting.php.
Referenced by isLockedCreate(), and setLockedCreate().
      
  | 
  protected | 
Definition at line 129 of file class.ilDclTableViewFieldSetting.php.
Referenced by isLockedEdit(), and setLockedEdit().
      
  | 
  protected | 
Definition at line 85 of file class.ilDclTableViewFieldSetting.php.
Referenced by isRequiredCreate(), and setRequiredCreate().
      
  | 
  protected | 
Definition at line 122 of file class.ilDclTableViewFieldSetting.php.
Referenced by isRequiredEdit(), and setRequiredEdit().
      
  | 
  protected | 
Definition at line 42 of file class.ilDclTableViewFieldSetting.php.
Referenced by getTableviewId(), and setTableviewId().
      
  | 
  protected | 
Definition at line 57 of file class.ilDclTableViewFieldSetting.php.
Referenced by isVisibleInList(), and setVisible().
      
  | 
  protected | 
Definition at line 107 of file class.ilDclTableViewFieldSetting.php.
Referenced by isNotVisibleCreate(), isVisibleCreate(), and setVisibleCreate().
      
  | 
  protected | 
Definition at line 115 of file class.ilDclTableViewFieldSetting.php.
Referenced by isNotVisibleEdit(), isVisibleEdit(), and setVisibleEdit().