|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilADTGroupActiveRecordBridge:
Collaboration diagram for ilADTGroupActiveRecordBridge:Public Member Functions | |
| getElements () | |
| getElement ($a_element_id) | |
| getActiveRecordFields () | |
| Convert ADT to active record fields. More... | |
Public Member Functions inherited from ilADTActiveRecordBridge | |
| __construct (ilADT $a_adt) | |
| Constructor. More... | |
| getADT () | |
| Get ADT. More... | |
| setTable ($a_table) | |
| Set table name. More... | |
| getTable () | |
| Get table name. More... | |
| setElementId ($a_value) | |
| Set element id (aka DB column[s] [prefix]) More... | |
| getElementId () | |
| Get element id. More... | |
| setPrimary (array $a_value) | |
| Set primary fields (in MDB2 format) More... | |
| getPrimary () | |
| Get primary fields. More... | |
| getActiveRecordFields () | |
| Convert ADT to active record fields. More... | |
| getFieldValue ($a_field_name) | |
| Get field value. More... | |
| setFieldValue ($a_field_name, $a_field_value) | |
| Set field value. More... | |
Protected Member Functions | |
| isValidADT (ilADT $a_adt) | |
| Check if given ADT is valid. More... | |
| prepareElements () | |
Protected Member Functions inherited from ilADTActiveRecordBridge | |
| isValidADT (ilADT $a_adt) | |
| Check if given ADT is valid. More... | |
| setADT (ilADT $a_adt) | |
| Set ADT. More... | |
Protected Attributes | |
| $elements = [] | |
Protected Attributes inherited from ilADTActiveRecordBridge | |
| $adt | |
| $id | |
| $tabe | |
| $primary = [] | |
Definition at line 5 of file class.ilADTGroupActiveRecordBridge.php.
| ilADTGroupActiveRecordBridge::getActiveRecordFields | ( | ) |
Convert ADT to active record fields.
Reimplemented from ilADTActiveRecordBridge.
Definition at line 51 of file class.ilADTGroupActiveRecordBridge.php.
References getElements().
Here is the call graph for this function:| ilADTGroupActiveRecordBridge::getElement | ( | $a_element_id | ) |
Definition at line 40 of file class.ilADTGroupActiveRecordBridge.php.
References getElements().
Here is the call graph for this function:| ilADTGroupActiveRecordBridge::getElements | ( | ) |
Definition at line 34 of file class.ilADTGroupActiveRecordBridge.php.
References $elements, and prepareElements().
Referenced by getActiveRecordFields(), getElement(), and prepareElements().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Check if given ADT is valid.
:TODO: This could be avoided with type-specifc constructors :TODO: bridge base class?
| ilADT | $a_adt |
Reimplemented from ilADTActiveRecordBridge.
Definition at line 9 of file class.ilADTGroupActiveRecordBridge.php.
|
protected |
Definition at line 17 of file class.ilADTGroupActiveRecordBridge.php.
References $factory, $name, ilADTActiveRecordBridge\getADT(), getElements(), and ilADTFactory\getInstance().
Referenced by getElements().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 7 of file class.ilADTGroupActiveRecordBridge.php.
Referenced by getElements().