|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 () | |
| update or insert entry More... | |
| delete () | |
| insert () | |
Data Fields | |
| const | TABLE_NAME = 'adv_md_field_int' |
Private Attributes | |
| $field_id | |
| $title | |
| $description | |
| $lang_key | |
| $db | |
Class ilAdvancedMDFieldTranslation.
Definition at line 9 of file class.ilAdvancedMDFieldTranslation.php.
| ilAdvancedMDFieldTranslation::__construct | ( | int | $field_id, |
| string | $title, | ||
| string | $description, | ||
| string | $lang_key | ||
| ) |
ilAdvancedMDFieldTranslation constructor.
Definition at line 42 of file class.ilAdvancedMDFieldTranslation.php.
References $description, $DIC, $field_id, $lang_key, and $title.
| ilAdvancedMDFieldTranslation::delete | ( | ) |
Definition at line 125 of file class.ilAdvancedMDFieldTranslation.php.
References $query, getFieldId(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Here is the call graph for this function:| ilAdvancedMDFieldTranslation::getDescription | ( | ) |
Definition at line 90 of file class.ilAdvancedMDFieldTranslation.php.
References $description.
Referenced by insert(), and update().
Here is the caller graph for this function:| ilAdvancedMDFieldTranslation::getFieldId | ( | ) |
| ilAdvancedMDFieldTranslation::getLangKey | ( | ) |
Definition at line 98 of file class.ilAdvancedMDFieldTranslation.php.
References $lang_key.
Referenced by insert(), and update().
Here is the caller graph for this function:| ilAdvancedMDFieldTranslation::getTitle | ( | ) |
Definition at line 82 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 133 of file class.ilAdvancedMDFieldTranslation.php.
References $query, 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 | ) |
| string | $description |
Definition at line 65 of file class.ilAdvancedMDFieldTranslation.php.
References $description.
| ilAdvancedMDFieldTranslation::setTitle | ( | string | $title | ) |
| string | $title |
Definition at line 57 of file class.ilAdvancedMDFieldTranslation.php.
References $title.
| ilAdvancedMDFieldTranslation::update | ( | ) |
update or insert entry
Definition at line 106 of file class.ilAdvancedMDFieldTranslation.php.
References $query, $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 37 of file class.ilAdvancedMDFieldTranslation.php.
|
private |
Definition at line 26 of file class.ilAdvancedMDFieldTranslation.php.
Referenced by __construct(), getDescription(), and setDescription().
|
private |
Definition at line 16 of file class.ilAdvancedMDFieldTranslation.php.
Referenced by __construct(), and getFieldId().
|
private |
Definition at line 31 of file class.ilAdvancedMDFieldTranslation.php.
Referenced by __construct(), and getLangKey().
|
private |
Definition at line 21 of file class.ilAdvancedMDFieldTranslation.php.
Referenced by __construct(), getTitle(), and setTitle().
| const ilAdvancedMDFieldTranslation::TABLE_NAME = 'adv_md_field_int' |
Definition at line 11 of file class.ilAdvancedMDFieldTranslation.php.