ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $a_id=0, string $a_lang="") | |
setId (int $a_val) | |
getId () | |
setLang (string $a_val) | |
getLang () | |
setTitle (string $a_val) | |
getTitle () | |
setShortTitle (string $a_val) | |
getShortTitle () | |
getCreateDate () | |
getLastUpdate () | |
read () | |
save () | |
Static Public Member Functions | |
static | exists (int $a_id, string $a_lang) |
Check for existence. More... | |
static | copy (string $a_source_id, string $a_target_id) |
Copy all translations of an object. More... | |
Protected Attributes | |
int | $id = 0 |
ilDBInterface | $db |
string | $lang = "" |
string | $title = "" |
string | $short_title = "" |
string | $create_date = "" |
string | $last_update = "" |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Translation information on lm object
Definition at line 24 of file class.ilLMObjTranslation.php.
ilLMObjTranslation::__construct | ( | int | $a_id = 0 , |
string | $a_lang = "" |
||
) |
|
static |
Copy all translations of an object.
Definition at line 165 of file class.ilLMObjTranslation.php.
Referenced by ilStructureObject\copy(), and ilLMPageObject\copy().
|
static |
ilLMObjTranslation::getCreateDate | ( | ) |
ilLMObjTranslation::getId | ( | ) |
Definition at line 53 of file class.ilLMObjTranslation.php.
References $id.
Referenced by save().
ilLMObjTranslation::getLang | ( | ) |
Definition at line 63 of file class.ilLMObjTranslation.php.
References $lang.
Referenced by save().
ilLMObjTranslation::getLastUpdate | ( | ) |
ilLMObjTranslation::getShortTitle | ( | ) |
ilLMObjTranslation::getTitle | ( | ) |
Definition at line 73 of file class.ilLMObjTranslation.php.
References $title.
Referenced by ilStructureObject\_getPresentationTitle(), and ilLMPageObject\_getPresentationTitle().
ilLMObjTranslation::read | ( | ) |
Definition at line 98 of file class.ilLMObjTranslation.php.
References $db, $ilDB, setShortTitle(), and setTitle().
Referenced by __construct().
ilLMObjTranslation::save | ( | ) |
ilLMObjTranslation::setId | ( | int | $a_val | ) |
Definition at line 48 of file class.ilLMObjTranslation.php.
Referenced by __construct().
ilLMObjTranslation::setLang | ( | string | $a_val | ) |
Definition at line 58 of file class.ilLMObjTranslation.php.
Referenced by __construct().
ilLMObjTranslation::setShortTitle | ( | string | $a_val | ) |
Definition at line 78 of file class.ilLMObjTranslation.php.
Referenced by read().
ilLMObjTranslation::setTitle | ( | string | $a_val | ) |
Definition at line 68 of file class.ilLMObjTranslation.php.
Referenced by read().
|
protected |
Definition at line 31 of file class.ilLMObjTranslation.php.
Referenced by getCreateDate().
|
protected |
Definition at line 27 of file class.ilLMObjTranslation.php.
|
protected |
Definition at line 26 of file class.ilLMObjTranslation.php.
Referenced by getId().
|
protected |
Definition at line 28 of file class.ilLMObjTranslation.php.
Referenced by getLang().
|
protected |
Definition at line 32 of file class.ilLMObjTranslation.php.
Referenced by getLastUpdate().
|
protected |
Definition at line 30 of file class.ilLMObjTranslation.php.
Referenced by getShortTitle().
|
protected |
Definition at line 29 of file class.ilLMObjTranslation.php.
Referenced by getTitle().