|
ILIAS
release_8 Revision v8.24
|
Class ilAdvancedMDRecordTranslation. More...
Collaboration diagram for ilAdvancedMDRecordTranslation:Public Member Functions | |
| __construct (int $record_id, string $title, string $description, string $lang_key, bool $lang_default=false) | |
| setTitle (string $title) | |
| setDescription (string $description) | |
| setLangDefault (bool $lang_default) | |
| getLangDefault () | |
| getRecordId () | |
| setRecordId (int $record_id) | |
| getTitle () | |
| getDescription () | |
| getLangKey () | |
| update () | |
| delete () | |
| insert () | |
Data Fields | |
| const | TABLE_NAME = 'adv_md_record_int' |
Private Attributes | |
| int | $record_id |
| string | $title |
| string | $description |
| string | $lang_key |
| bool | $lang_default = false |
| ilDBInterface | $db |
Class ilAdvancedMDRecordTranslation.
Definition at line 12 of file class.ilAdvancedMDRecordTranslation.php.
| ilAdvancedMDRecordTranslation::__construct | ( | int | $record_id, |
| string | $title, | ||
| string | $description, | ||
| string | $lang_key, | ||
| bool | $lang_default = false |
||
| ) |
Definition at line 24 of file class.ilAdvancedMDRecordTranslation.php.
References $description, $DIC, $lang_default, $lang_key, $record_id, and $title.
| ilAdvancedMDRecordTranslation::delete | ( | ) |
Definition at line 107 of file class.ilAdvancedMDRecordTranslation.php.
References $query, getRecordId(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Here is the call graph for this function:| ilAdvancedMDRecordTranslation::getDescription | ( | ) |
Definition at line 83 of file class.ilAdvancedMDRecordTranslation.php.
References $description.
Referenced by insert(), and update().
Here is the caller graph for this function:| ilAdvancedMDRecordTranslation::getLangDefault | ( | ) |
Definition at line 57 of file class.ilAdvancedMDRecordTranslation.php.
References $lang_default.
| ilAdvancedMDRecordTranslation::getLangKey | ( | ) |
Definition at line 91 of file class.ilAdvancedMDRecordTranslation.php.
References $lang_key.
Referenced by insert(), and update().
Here is the caller graph for this function:| ilAdvancedMDRecordTranslation::getRecordId | ( | ) |
Definition at line 62 of file class.ilAdvancedMDRecordTranslation.php.
References $record_id.
Referenced by delete(), insert(), and update().
Here is the caller graph for this function:| ilAdvancedMDRecordTranslation::getTitle | ( | ) |
Definition at line 75 of file class.ilAdvancedMDRecordTranslation.php.
References $title.
Referenced by insert(), and update().
Here is the caller graph for this function:| ilAdvancedMDRecordTranslation::insert | ( | ) |
Definition at line 115 of file class.ilAdvancedMDRecordTranslation.php.
References $query, getDescription(), getLangKey(), getRecordId(), getTitle(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Here is the call graph for this function:| ilAdvancedMDRecordTranslation::setDescription | ( | string | $description | ) |
Definition at line 47 of file class.ilAdvancedMDRecordTranslation.php.
References $description.
| ilAdvancedMDRecordTranslation::setLangDefault | ( | bool | $lang_default | ) |
Definition at line 52 of file class.ilAdvancedMDRecordTranslation.php.
References $lang_default.
| ilAdvancedMDRecordTranslation::setRecordId | ( | int | $record_id | ) |
Definition at line 67 of file class.ilAdvancedMDRecordTranslation.php.
References $record_id.
| ilAdvancedMDRecordTranslation::setTitle | ( | string | $title | ) |
Definition at line 42 of file class.ilAdvancedMDRecordTranslation.php.
References $title.
| ilAdvancedMDRecordTranslation::update | ( | ) |
Definition at line 96 of file class.ilAdvancedMDRecordTranslation.php.
References $query, getDescription(), getLangKey(), getRecordId(), getTitle(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Here is the call graph for this function:
|
private |
Definition at line 22 of file class.ilAdvancedMDRecordTranslation.php.
|
private |
Definition at line 18 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by __construct(), getDescription(), and setDescription().
|
private |
Definition at line 20 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by __construct(), getLangDefault(), and setLangDefault().
|
private |
Definition at line 19 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by __construct(), and getLangKey().
|
private |
Definition at line 16 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by __construct(), getRecordId(), and setRecordId().
|
private |
Definition at line 17 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by __construct(), getTitle(), and setTitle().
| const ilAdvancedMDRecordTranslation::TABLE_NAME = 'adv_md_record_int' |
Definition at line 14 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by ilAdvancedMDRecordTranslations\read().