|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 26 of file class.ilAdvancedMDRecordTranslation.php.
| ilAdvancedMDRecordTranslation::__construct | ( | int | $record_id, |
| string | $title, | ||
| string | $description, | ||
| string | $lang_key, | ||
| bool | $lang_default = false |
||
| ) |
Definition at line 38 of file class.ilAdvancedMDRecordTranslation.php.
References $description, $DIC, $lang_default, $lang_key, $record_id, and $title.
| ilAdvancedMDRecordTranslation::delete | ( | ) |
Definition at line 121 of file class.ilAdvancedMDRecordTranslation.php.
References getRecordId(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Here is the call graph for this function:| ilAdvancedMDRecordTranslation::getDescription | ( | ) |
Definition at line 97 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 71 of file class.ilAdvancedMDRecordTranslation.php.
References $lang_default.
| ilAdvancedMDRecordTranslation::getLangKey | ( | ) |
Definition at line 105 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 76 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 89 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 129 of file class.ilAdvancedMDRecordTranslation.php.
References 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 61 of file class.ilAdvancedMDRecordTranslation.php.
References $description.
| ilAdvancedMDRecordTranslation::setLangDefault | ( | bool | $lang_default | ) |
Definition at line 66 of file class.ilAdvancedMDRecordTranslation.php.
References $lang_default.
| ilAdvancedMDRecordTranslation::setRecordId | ( | int | $record_id | ) |
Definition at line 81 of file class.ilAdvancedMDRecordTranslation.php.
References $record_id.
| ilAdvancedMDRecordTranslation::setTitle | ( | string | $title | ) |
Definition at line 56 of file class.ilAdvancedMDRecordTranslation.php.
References $title.
| ilAdvancedMDRecordTranslation::update | ( | ) |
Definition at line 110 of file class.ilAdvancedMDRecordTranslation.php.
References getDescription(), getLangKey(), getRecordId(), getTitle(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Here is the call graph for this function:
|
private |
Definition at line 36 of file class.ilAdvancedMDRecordTranslation.php.
|
private |
Definition at line 32 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by __construct(), getDescription(), and setDescription().
|
private |
Definition at line 34 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by __construct(), getLangDefault(), and setLangDefault().
|
private |
Definition at line 33 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by __construct(), and getLangKey().
|
private |
Definition at line 30 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by __construct(), getRecordId(), and setRecordId().
|
private |
Definition at line 31 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by __construct(), getTitle(), and setTitle().
| const ilAdvancedMDRecordTranslation::TABLE_NAME = 'adv_md_record_int' |
Definition at line 28 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by ilAdvancedMDRecordTranslations\read().