| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class ilAdvancedMDFieldTranslation. More...
 Collaboration diagram for ilAdvancedMDFieldTranslation:Public Member Functions | |
| __construct (int $field_id, string $title, string $description, string $lang_key) | |
| ilAdvancedMDFieldTranslation constructor.  More... | |
| setTitle (string $title) | |
| setDescription (string $description) | |
| getFieldId () | |
| getTitle () | |
| getDescription () | |
| getLangKey () | |
| update () | |
| delete () | |
| insert () | |
Data Fields | |
| const | TABLE_NAME = 'adv_md_field_int' | 
Private Attributes | |
| int | $field_id | 
| string | $title | 
| string | $description | 
| string | $lang_key | 
| ilDBInterface | $db | 
Class ilAdvancedMDFieldTranslation.
Definition at line 11 of file class.ilAdvancedMDFieldTranslation.php.
| ilAdvancedMDFieldTranslation::__construct | ( | int | $field_id, | 
| string | $title, | ||
| string | $description, | ||
| string | $lang_key | ||
| ) | 
ilAdvancedMDFieldTranslation constructor.
Definition at line 25 of file class.ilAdvancedMDFieldTranslation.php.
References $description, $DIC, $field_id, $lang_key, and $title.
| ilAdvancedMDFieldTranslation::delete | ( | ) | 
Definition at line 87 of file class.ilAdvancedMDFieldTranslation.php.
References getFieldId(), getLangKey(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
 Here is the call graph for this function:| ilAdvancedMDFieldTranslation::getDescription | ( | ) | 
Definition at line 57 of file class.ilAdvancedMDFieldTranslation.php.
References $description.
Referenced by insert(), and update().
 Here is the caller graph for this function:| ilAdvancedMDFieldTranslation::getFieldId | ( | ) | 
Definition at line 47 of file class.ilAdvancedMDFieldTranslation.php.
References $field_id.
Referenced by delete(), insert(), and update().
 Here is the caller graph for this function:| ilAdvancedMDFieldTranslation::getLangKey | ( | ) | 
Definition at line 62 of file class.ilAdvancedMDFieldTranslation.php.
References $lang_key.
Referenced by delete(), insert(), and update().
 Here is the caller graph for this function:| ilAdvancedMDFieldTranslation::getTitle | ( | ) | 
Definition at line 52 of file class.ilAdvancedMDFieldTranslation.php.
References $title.
Referenced by insert(), and update().
 Here is the caller graph for this function:| ilAdvancedMDFieldTranslation::insert | ( | ) | 
Definition at line 95 of file class.ilAdvancedMDFieldTranslation.php.
References getDescription(), getFieldId(), getLangKey(), getTitle(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Referenced by update().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilAdvancedMDFieldTranslation::setDescription | ( | string | $description | ) | 
Definition at line 42 of file class.ilAdvancedMDFieldTranslation.php.
References $description.
| ilAdvancedMDFieldTranslation::setTitle | ( | string | $title | ) | 
Definition at line 37 of file class.ilAdvancedMDFieldTranslation.php.
References $title.
| ilAdvancedMDFieldTranslation::update | ( | ) | 
Definition at line 67 of file class.ilAdvancedMDFieldTranslation.php.
References $res, getDescription(), getFieldId(), getLangKey(), getTitle(), insert(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 20 of file class.ilAdvancedMDFieldTranslation.php.
      
  | 
  private | 
Definition at line 17 of file class.ilAdvancedMDFieldTranslation.php.
Referenced by __construct(), getDescription(), and setDescription().
      
  | 
  private | 
Definition at line 15 of file class.ilAdvancedMDFieldTranslation.php.
Referenced by __construct(), and getFieldId().
      
  | 
  private | 
Definition at line 18 of file class.ilAdvancedMDFieldTranslation.php.
Referenced by __construct(), and getLangKey().
      
  | 
  private | 
Definition at line 16 of file class.ilAdvancedMDFieldTranslation.php.
Referenced by __construct(), getTitle(), and setTitle().
| const ilAdvancedMDFieldTranslation::TABLE_NAME = 'adv_md_field_int' | 
Definition at line 13 of file class.ilAdvancedMDFieldTranslation.php.