| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilADTGroupDBBridge:
 Collaboration diagram for ilADTGroupDBBridge:Public Member Functions | |
| getElements () | |
| getElement (string $a_element_id) | |
| setTable (string $a_table) | |
| setPrimary (array $a_value) | |
| readRecord (array $a_row) | |
| prepareInsert (array &$a_fields) | |
| afterInsert () | |
| afterUpdate () | |
| afterUpdateElement (string $field_type, string $field_name, int $field_id) | |
| afterDelete () | |
  Public Member Functions inherited from ilADTDBBridge | |
| __construct (ilADT $a_adt) | |
| Constructor.  More... | |
| getADT () | |
| setTable (string $a_table) | |
| getTable () | |
| setElementId (string $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... | |
| getAdditionalPrimaryFields () | |
| getPrimary () | |
| Get primary fields.  More... | |
| buildPrimaryWhere () | |
| Convert primary keys array to sql string.  More... | |
| readRecord (array $a_row) | |
| Import DB values to ADT.  More... | |
| prepareInsert (array &$a_fields) | |
| Prepare ADT values for insert.  More... | |
| afterInsert () | |
| After insert hook to enable sub-tables.  More... | |
| prepareUpdate (array &$a_fields) | |
| afterUpdate () | |
| After update hook to enable sub-tables.  More... | |
| afterDelete () | |
| After delete hook to enable sub-tables.  More... | |
| supportsDefaultValueColumn () | |
| true if table storage relies on the default 'value' column  More... | |
Protected Member Functions | |
| isValidADT (ilADT $a_adt) | |
| prepareElements () | |
  Protected Member Functions inherited from ilADTDBBridge | |
| isValidADT (ilADT $a_adt) | |
| setADT (ilADT $a_adt) | |
Protected Attributes | |
| array | $elements = [] | 
  Protected Attributes inherited from ilADTDBBridge | |
| ilADT | $adt | 
| string | $table | 
| string | $id | 
| array | $primary = [] | 
| ilDBInterface | $db | 
Definition at line 5 of file class.ilADTGroupDBBridge.php.
| ilADTGroupDBBridge::afterDelete | ( | ) | 
Definition at line 127 of file class.ilADTGroupDBBridge.php.
References getElements().
 Here is the call graph for this function:| ilADTGroupDBBridge::afterInsert | ( | ) | 
Definition at line 90 of file class.ilADTGroupDBBridge.php.
References getElements().
 Here is the call graph for this function:| ilADTGroupDBBridge::afterUpdate | ( | ) | 
Definition at line 97 of file class.ilADTGroupDBBridge.php.
References getElements().
 Here is the call graph for this function:| ilADTGroupDBBridge::afterUpdateElement | ( | string | $field_type, | 
| string | $field_name, | ||
| int | $field_id | ||
| ) | 
| string | $field_type | |
| string | $field_name | |
| int | $field_id | 
Definition at line 109 of file class.ilADTGroupDBBridge.php.
References getElement(), and ilADTDBBridge\getPrimary().
 Here is the call graph for this function:| ilADTGroupDBBridge::getElement | ( | string | $a_element_id | ) | 
Definition at line 44 of file class.ilADTGroupDBBridge.php.
References getElements().
Referenced by afterUpdateElement().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilADTGroupDBBridge::getElements | ( | ) | 
Definition at line 38 of file class.ilADTGroupDBBridge.php.
References $elements, and prepareElements().
Referenced by afterDelete(), afterInsert(), afterUpdate(), getElement(), prepareElements(), prepareInsert(), readRecord(), setPrimary(), and setTable().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 9 of file class.ilADTGroupDBBridge.php.
      
  | 
  protected | 
Definition at line 16 of file class.ilADTGroupDBBridge.php.
References ilADTDBBridge\getADT(), getElements(), ilADTFactory\getInstance(), ilADTDBBridge\getPrimary(), and ilADTDBBridge\getTable().
Referenced by getElements().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilADTGroupDBBridge::prepareInsert | ( | array & | $a_fields | ) | 
Definition at line 83 of file class.ilADTGroupDBBridge.php.
References getElements().
 Here is the call graph for this function:| ilADTGroupDBBridge::readRecord | ( | array | $a_row | ) | 
Definition at line 76 of file class.ilADTGroupDBBridge.php.
References getElements().
 Here is the call graph for this function:| ilADTGroupDBBridge::setPrimary | ( | array | $a_value | ) | 
Definition at line 63 of file class.ilADTGroupDBBridge.php.
References ilADTDBBridge\getADT(), getElements(), and ilADTDBBridge\getPrimary().
 Here is the call graph for this function:| ilADTGroupDBBridge::setTable | ( | string | $a_table | ) | 
Definition at line 53 of file class.ilADTGroupDBBridge.php.
References ilADTDBBridge\getADT(), getElements(), and ilADTDBBridge\getTable().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 7 of file class.ilADTGroupDBBridge.php.
Referenced by getElements().