ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilDataCollectionField. More...
Static Public Member Functions | |
static | _getStandardFieldsAsArray () |
static | _getStandardFields ($table_id) |
static | _getAllStandardFieldTitles () |
static | _isStandardField ($field_id) |
static | _getDatatypeForId ($id) |
gives you the datatype id of a specified standard field. More... | |
![]() | |
static | _getTitleValidChars ($a_as_regex=true) |
All valid chars for filed titles. More... | |
static | _getFieldIdByTitle ($title, $table_id) |
Class ilDataCollectionField.
Definition at line 18 of file class.ilDataCollectionStandardField.php.
|
static |
Definition at line 117 of file class.ilDataCollectionStandardField.php.
References ilDataCollectionField\$id, and $ilDB.
Referenced by ilDataCollectionRecordListGUI\getImportFieldsFromTitles().
|
static |
gives you the datatype id of a specified standard field.
$id | the id of the standardfield eg. "create_date" |
Definition at line 153 of file class.ilDataCollectionStandardField.php.
References ilDataCollectionField\$datatype, and ilDataCollectionField\$id.
Referenced by ilDataCollectionField\getDatatypeId().
|
static |
Definition at line 99 of file class.ilDataCollectionStandardField.php.
References ilDataCollectionField\$table_id.
Referenced by ilDataCollectionTable\getFields().
|
static |
Definition at line 80 of file class.ilDataCollectionStandardField.php.
References $lng, ilDataCollectionDatatype\INPUTFORMAT_DATETIME, ilDataCollectionDatatype\INPUTFORMAT_NONE, ilDataCollectionDatatype\INPUTFORMAT_NUMBER, and ilDataCollectionDatatype\INPUTFORMAT_TEXT.
|
static |
Definition at line 135 of file class.ilDataCollectionStandardField.php.
Referenced by ilDataCollectionRecord\getRecordFieldExportValue(), ilDataCollectionRecord\getRecordFieldFormInput(), ilDataCollectionRecord\getRecordFieldHTML(), ilDataCollectionRecord\getRecordFieldSortingValue(), ilDataCollectionRecord\getRecordFieldValue(), and ilDataCollectionRecord\setRecordFieldValue().
ilDataCollectionStandardField::cloneStructure | ( | ilDataCollectionStandardField | $original_record | ) |
ilDataCollectionStandardField | $original_record |
Definition at line 56 of file class.ilDataCollectionStandardField.php.
References doUpdate(), ilDataCollectionField\getExportable(), getLocked(), ilDataCollectionField\getOrder(), ilDataCollectionField\getRequired(), ilDataCollectionField\isEditable(), ilDataCollectionField\isFilterable(), isUnique(), ilDataCollectionField\isVisible(), ilDataCollectionField\setEditable(), ilDataCollectionField\setExportable(), ilDataCollectionField\setFilterable(), ilDataCollectionField\setLocked(), ilDataCollectionField\setOrder(), ilDataCollectionField\setRequired(), ilDataCollectionField\setUnique(), and ilDataCollectionField\setVisible().
ilDataCollectionStandardField::doCreate | ( | ) |
Definition at line 34 of file class.ilDataCollectionStandardField.php.
References $ilLog, and ilUtil\sendFailure().
ilDataCollectionStandardField::doRead | ( | ) |
Definition at line 23 of file class.ilDataCollectionStandardField.php.
References $ilLog, and ilUtil\sendFailure().
ilDataCollectionStandardField::doUpdate | ( | ) |
Definition at line 45 of file class.ilDataCollectionStandardField.php.
References ilDataCollectionField\updateExportability(), ilDataCollectionField\updateFilterability(), and ilDataCollectionField\updateVisibility().
Referenced by cloneStructure().
ilDataCollectionStandardField::getLocked | ( | ) |
Definition at line 72 of file class.ilDataCollectionStandardField.php.
Referenced by cloneStructure().
ilDataCollectionStandardField::isStandardField | ( | ) |
Definition at line 168 of file class.ilDataCollectionStandardField.php.
ilDataCollectionStandardField::isUnique | ( | ) |
Definition at line 176 of file class.ilDataCollectionStandardField.php.
Referenced by cloneStructure().