|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
GUI-Class arIndexTableFields. More...
Inheritance diagram for arIndexTableFields:
Collaboration diagram for arIndexTableFields:Data Fields | |
| const | FIELD_CLASS = 'arIndexTableField' |
Data Fields inherited from arViewFields | |
| const | FIELD_CLASS = 'arViewField' |
Protected Attributes | |
| $selectable_columns = array() | |
Protected Attributes inherited from arViewFields | |
| $fields = array() | |
| $fields_for_display = null | |
| $active_record = null | |
| $txt_prefix = "" | |
| $created_by_field = null | |
| $modified_by_field = null | |
| $creation_date_field = null | |
| $modification_date_field = null | |
Additional Inherited Members | |
Public Member Functions inherited from arViewFields | |
| __construct (ActiveRecord $ar) | |
| addField (arViewField $field) | |
| getFields () | |
| getPrimaryField () | |
| sortFields () | |
| getField ($field_name) | |
| setTxtPrefix ($txt_prefix) | |
| getTxtPrefix () | |
| setCreatedByField ($created_by_field) | |
| setCreationDateField ($creation_date_field) | |
| setModificationDateField ($modification_date_field) | |
| setModifiedByField ($modified_by_field) | |
GUI-Class arIndexTableFields.
Definition at line 12 of file class.arIndexTableFields.php.
|
protected |
Definition at line 18 of file class.arIndexTableFields.php.
| const arIndexTableFields::FIELD_CLASS = 'arIndexTableField' |
Definition at line 14 of file class.arIndexTableFields.php.