|
ILIAS
release_4-3 Revision
|
Class ilDataCollectionField. More...
Collaboration diagram for ilDataCollectionRecordListViewdefinition:Public Member Functions | |
| __construct ($a_table_id) | |
| Constructor public. | |
| setId ($a_id) | |
| Set id. | |
| getId () | |
| Get id. | |
| setTableId ($a_id) | |
| Set table ID. | |
| getTableId () | |
| Get table ID. | |
| setType ($a_type) | |
| Set type. | |
| getType () | |
| Get type. | |
| setFormType ($a_formtype) | |
| Set formtype. | |
| getFormType () | |
| Get formtype. | |
| setArrFieldOrder ($a_order, $a_key) | |
| Set field order. | |
| getArrFieldOrder () | |
| Get field order. | |
| setTabledefinition ($title, $a_key) | |
| Set table definition. | |
| getArrTabledefinition () | |
| Get table definition. | |
| setRecordfield ($storage_location, $a_key) | |
| Set record fields. | |
| getArrRecordfield () | |
| Get table definition. | |
| doRead () | |
| Read. | |
| doCreate () | |
| Create. | |
Protected Attributes | |
| $id | |
| $table_id | |
| $type | |
| $formtype | |
| $arr_fieldorder | |
Class ilDataCollectionField.
Definition at line 16 of file class.ilDataCollectionRecordListViewdefinition.php.
| ilDataCollectionRecordListViewdefinition::__construct | ( | $a_table_id | ) |
Constructor public.
| integer | table_id |
At the moment we have one view per table. If we will have more than one view, we should work additional with the view_id
Definition at line 34 of file class.ilDataCollectionRecordListViewdefinition.php.
References doRead().
Here is the call graph for this function:| ilDataCollectionRecordListViewdefinition::doCreate | ( | ) |
Create.
Definition at line 236 of file class.ilDataCollectionRecordListViewdefinition.php.
References $id, $query, getArrFieldOrder(), getFormType(), getId(), getTableId(), getType(), and setId().
Here is the call graph for this function:| ilDataCollectionRecordListViewdefinition::doRead | ( | ) |
Read.
Definition at line 195 of file class.ilDataCollectionRecordListViewdefinition.php.
References $query, getFormType(), getTableId(), getType(), setArrFieldOrder(), setRecordfield(), and setTabledefinition().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionRecordListViewdefinition::getArrFieldOrder | ( | ) |
Get field order.
Definition at line 143 of file class.ilDataCollectionRecordListViewdefinition.php.
Referenced by doCreate().
Here is the caller graph for this function:| ilDataCollectionRecordListViewdefinition::getArrRecordfield | ( | ) |
Get table definition.
Definition at line 187 of file class.ilDataCollectionRecordListViewdefinition.php.
| ilDataCollectionRecordListViewdefinition::getArrTabledefinition | ( | ) |
Get table definition.
Definition at line 165 of file class.ilDataCollectionRecordListViewdefinition.php.
| ilDataCollectionRecordListViewdefinition::getFormType | ( | ) |
Get formtype.
Definition at line 121 of file class.ilDataCollectionRecordListViewdefinition.php.
References $formtype.
Referenced by doCreate(), and doRead().
Here is the caller graph for this function:| ilDataCollectionRecordListViewdefinition::getId | ( | ) |
Get id.
Definition at line 61 of file class.ilDataCollectionRecordListViewdefinition.php.
References $id.
Referenced by doCreate().
Here is the caller graph for this function:| ilDataCollectionRecordListViewdefinition::getTableId | ( | ) |
Get table ID.
Definition at line 81 of file class.ilDataCollectionRecordListViewdefinition.php.
References $table_id.
Referenced by doCreate(), and doRead().
Here is the caller graph for this function:| ilDataCollectionRecordListViewdefinition::getType | ( | ) |
Get type.
Definition at line 101 of file class.ilDataCollectionRecordListViewdefinition.php.
References $type.
Referenced by doCreate(), and doRead().
Here is the caller graph for this function:| ilDataCollectionRecordListViewdefinition::setArrFieldOrder | ( | $a_order, | |
| $a_key | |||
| ) |
Set field order.
| string | $a_order | |
| string | $a_key |
Definition at line 133 of file class.ilDataCollectionRecordListViewdefinition.php.
Referenced by doRead().
Here is the caller graph for this function:| ilDataCollectionRecordListViewdefinition::setFormType | ( | $a_formtype | ) |
Set formtype.
| int | $a_formtype |
Definition at line 111 of file class.ilDataCollectionRecordListViewdefinition.php.
| ilDataCollectionRecordListViewdefinition::setId | ( | $a_id | ) |
Set id.
| int | $a_id |
Definition at line 51 of file class.ilDataCollectionRecordListViewdefinition.php.
Referenced by doCreate().
Here is the caller graph for this function:| ilDataCollectionRecordListViewdefinition::setRecordfield | ( | $storage_location, | |
| $a_key | |||
| ) |
Set record fields.
| string | $storage_location | |
| string | $a_key |
Definition at line 176 of file class.ilDataCollectionRecordListViewdefinition.php.
Referenced by doRead().
Here is the caller graph for this function:| ilDataCollectionRecordListViewdefinition::setTabledefinition | ( | $title, | |
| $a_key | |||
| ) |
Set table definition.
| string | $title | |
| string | $a_key |
Definition at line 155 of file class.ilDataCollectionRecordListViewdefinition.php.
References $title.
Referenced by doRead().
Here is the caller graph for this function:| ilDataCollectionRecordListViewdefinition::setTableId | ( | $a_id | ) |
Set table ID.
| int | $a_id |
Definition at line 71 of file class.ilDataCollectionRecordListViewdefinition.php.
| ilDataCollectionRecordListViewdefinition::setType | ( | $a_type | ) |
Set type.
| int | $a_type |
Definition at line 91 of file class.ilDataCollectionRecordListViewdefinition.php.
|
protected |
Definition at line 23 of file class.ilDataCollectionRecordListViewdefinition.php.
|
protected |
Definition at line 21 of file class.ilDataCollectionRecordListViewdefinition.php.
Referenced by getFormType().
|
protected |
Definition at line 18 of file class.ilDataCollectionRecordListViewdefinition.php.
Referenced by doCreate(), and getId().
|
protected |
Definition at line 19 of file class.ilDataCollectionRecordListViewdefinition.php.
Referenced by getTableId().
|
protected |
Definition at line 20 of file class.ilDataCollectionRecordListViewdefinition.php.
Referenced by getType().