ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilAdvancedMDRecordTranslation. More...
Public Member Functions | |
__construct (int $record_id, string $title, string $description, string $lang_key) | |
ilAdvancedMDRecordTranslation constructor. More... | |
setTitle (string $title) | |
setDescription (string $description) | |
setLangDefault (bool $lang_default) | |
getRecordId () | |
setRecordId (int $record_id) | |
getTitle () | |
getDescription () | |
getLangKey () | |
update () | |
delete () | |
insert () | |
Data Fields | |
const | TABLE_NAME = 'adv_md_record_int' |
Private Attributes | |
$record_id | |
$title | |
$description | |
$lang_key | |
$db | |
Class ilAdvancedMDRecordTranslation.
Definition at line 9 of file class.ilAdvancedMDRecordTranslation.php.
ilAdvancedMDRecordTranslation::__construct | ( | int | $record_id, |
string | $title, | ||
string | $description, | ||
string | $lang_key | ||
) |
ilAdvancedMDRecordTranslation constructor.
Definition at line 42 of file class.ilAdvancedMDRecordTranslation.php.
References $description, $DIC, $lang_key, $record_id, and $title.
ilAdvancedMDRecordTranslation::delete | ( | ) |
Definition at line 128 of file class.ilAdvancedMDRecordTranslation.php.
References $query, getLangKey(), getRecordId(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
ilAdvancedMDRecordTranslation::getDescription | ( | ) |
Definition at line 103 of file class.ilAdvancedMDRecordTranslation.php.
References $description.
Referenced by insert(), and update().
ilAdvancedMDRecordTranslation::getLangKey | ( | ) |
Definition at line 111 of file class.ilAdvancedMDRecordTranslation.php.
References $lang_key.
Referenced by delete(), insert(), and update().
ilAdvancedMDRecordTranslation::getRecordId | ( | ) |
Definition at line 82 of file class.ilAdvancedMDRecordTranslation.php.
References $record_id.
Referenced by delete(), insert(), and update().
ilAdvancedMDRecordTranslation::getTitle | ( | ) |
Definition at line 95 of file class.ilAdvancedMDRecordTranslation.php.
References $title.
Referenced by insert(), and update().
ilAdvancedMDRecordTranslation::insert | ( | ) |
Definition at line 136 of file class.ilAdvancedMDRecordTranslation.php.
References $query, getDescription(), getLangKey(), getRecordId(), getTitle(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
ilAdvancedMDRecordTranslation::setDescription | ( | string | $description | ) |
string | $description |
Definition at line 65 of file class.ilAdvancedMDRecordTranslation.php.
References $description.
ilAdvancedMDRecordTranslation::setLangDefault | ( | bool | $lang_default | ) |
bool | $lang_default |
Definition at line 73 of file class.ilAdvancedMDRecordTranslation.php.
ilAdvancedMDRecordTranslation::setRecordId | ( | int | $record_id | ) |
Definition at line 87 of file class.ilAdvancedMDRecordTranslation.php.
References $record_id.
ilAdvancedMDRecordTranslation::setTitle | ( | string | $title | ) |
string | $title |
Definition at line 57 of file class.ilAdvancedMDRecordTranslation.php.
References $title.
ilAdvancedMDRecordTranslation::update | ( | ) |
Definition at line 117 of file class.ilAdvancedMDRecordTranslation.php.
References $query, getDescription(), getLangKey(), getRecordId(), getTitle(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
|
private |
Definition at line 37 of file class.ilAdvancedMDRecordTranslation.php.
|
private |
Definition at line 26 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by __construct(), getDescription(), and setDescription().
|
private |
Definition at line 31 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 21 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by __construct(), getTitle(), and setTitle().
const ilAdvancedMDRecordTranslation::TABLE_NAME = 'adv_md_record_int' |
Definition at line 11 of file class.ilAdvancedMDRecordTranslation.php.
Referenced by ilAdvancedMDRecordTranslations\read().