ILIAS
release_8 Revision v8.19
|
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=null, \ilDBInterface $db=null) | |
setId (int $a_value) | |
getId () | |
setParentId (int $a_value) | |
getParentId () | |
setTitle (string $a_value) | |
getTitle () | |
setDescription (string $a_value) | |
getDescription () | |
setPosition (int $a_value) | |
getPosition () | |
update () | |
save () | |
Static Public Member Functions | |
static | delete (int $a_id) |
static | getAllForObject (int $a_parent_obj_id) |
static | deleteForObject (int $a_parent_obj_id) |
Protected Member Functions | |
read (int $a_id) | |
getDBProperties () | |
Protected Attributes | |
ilDBInterface | $db |
int | $id = 0 |
int | $parent_id = 0 |
string | $title = "" |
string | $description = "" |
int | $pos = 0 |
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 Class ilRatingCategory
Definition at line 24 of file class.ilRatingCategory.php.
ilRatingCategory::__construct | ( | int | $a_id = null , |
\ilDBInterface | $db = null |
||
) |
Definition at line 34 of file class.ilRatingCategory.php.
References $db, $DIC, and read().
|
static |
Definition at line 167 of file class.ilRatingCategory.php.
Referenced by ilRatingCategoryGUI\delete().
|
static |
Definition at line 205 of file class.ilRatingCategory.php.
|
static |
Definition at line 185 of file class.ilRatingCategory.php.
Referenced by ilObjWiki\cloneObject(), ilRatingCategoryGUI\delete(), ilRatingCategoryGUI\export(), ilRatingGUI\getBlockHTML(), ilRatingGUI\getHTML(), and ilRatingCategoryTableGUI\getItems().
|
protected |
Definition at line 120 of file class.ilRatingCategory.php.
References getDescription(), getPosition(), and getTitle().
Referenced by save(), and update().
ilRatingCategory::getDescription | ( | ) |
Definition at line 84 of file class.ilRatingCategory.php.
References $description.
Referenced by getDBProperties().
ilRatingCategory::getId | ( | ) |
Definition at line 54 of file class.ilRatingCategory.php.
References $id.
Referenced by update().
ilRatingCategory::getParentId | ( | ) |
Definition at line 64 of file class.ilRatingCategory.php.
References $parent_id.
Referenced by save().
ilRatingCategory::getPosition | ( | ) |
Definition at line 94 of file class.ilRatingCategory.php.
References $pos.
Referenced by getDBProperties().
ilRatingCategory::getTitle | ( | ) |
Definition at line 74 of file class.ilRatingCategory.php.
References $title.
Referenced by getDBProperties().
|
protected |
Definition at line 100 of file class.ilRatingCategory.php.
References $db, $ilDB, setDescription(), setId(), setParentId(), setPosition(), and setTitle().
Referenced by __construct().
ilRatingCategory::save | ( | ) |
Definition at line 145 of file class.ilRatingCategory.php.
References $db, $ilDB, getDBProperties(), getParentId(), setId(), and setPosition().
ilRatingCategory::setDescription | ( | string | $a_value | ) |
Definition at line 79 of file class.ilRatingCategory.php.
Referenced by read().
ilRatingCategory::setId | ( | int | $a_value | ) |
Definition at line 49 of file class.ilRatingCategory.php.
Referenced by read(), and save().
ilRatingCategory::setParentId | ( | int | $a_value | ) |
Definition at line 59 of file class.ilRatingCategory.php.
Referenced by read().
ilRatingCategory::setPosition | ( | int | $a_value | ) |
Definition at line 89 of file class.ilRatingCategory.php.
Referenced by read(), and save().
ilRatingCategory::setTitle | ( | string | $a_value | ) |
Definition at line 69 of file class.ilRatingCategory.php.
Referenced by read().
ilRatingCategory::update | ( | ) |
Definition at line 130 of file class.ilRatingCategory.php.
References $db, $ilDB, getDBProperties(), and getId().
|
protected |
Definition at line 26 of file class.ilRatingCategory.php.
Referenced by __construct(), read(), save(), and update().
|
protected |
Definition at line 30 of file class.ilRatingCategory.php.
Referenced by getDescription().
|
protected |
Definition at line 27 of file class.ilRatingCategory.php.
Referenced by getId().
|
protected |
Definition at line 28 of file class.ilRatingCategory.php.
Referenced by getParentId().
|
protected |
Definition at line 31 of file class.ilRatingCategory.php.
Referenced by getPosition().
|
protected |
Definition at line 29 of file class.ilRatingCategory.php.
Referenced by getTitle().