|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilRatingCategory: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 |
||
| ) |
|
static |
Definition at line 167 of file class.ilRatingCategory.php.
Referenced by ilRatingCategoryGUI\delete(), and deleteForObject().
Here is the caller graph for this function:
|
static |
Definition at line 205 of file class.ilRatingCategory.php.
References delete().
Here is the call graph for this function:
|
static |
Definition at line 185 of file class.ilRatingCategory.php.
Referenced by ilObjWiki\cloneObject(), ilRatingCategoryGUI\delete(), ilRatingCategoryGUI\export(), ilRatingGUI\getBlockHTML(), and ilRatingCategoryTableGUI\getItems().
Here is the caller graph for this function:
|
protected |
Definition at line 120 of file class.ilRatingCategory.php.
References getDescription(), getPosition(), and getTitle().
Referenced by save(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRatingCategory::getDescription | ( | ) |
Definition at line 84 of file class.ilRatingCategory.php.
References $description.
Referenced by getDBProperties().
Here is the caller graph for this function:| ilRatingCategory::getId | ( | ) |
Definition at line 54 of file class.ilRatingCategory.php.
References $id.
Referenced by update().
Here is the caller graph for this function:| ilRatingCategory::getParentId | ( | ) |
Definition at line 64 of file class.ilRatingCategory.php.
References $parent_id.
Referenced by save().
Here is the caller graph for this function:| ilRatingCategory::getPosition | ( | ) |
Definition at line 94 of file class.ilRatingCategory.php.
References $pos.
Referenced by getDBProperties().
Here is the caller graph for this function:| ilRatingCategory::getTitle | ( | ) |
Definition at line 74 of file class.ilRatingCategory.php.
References $title.
Referenced by getDBProperties().
Here is the caller graph for this function:
|
protected |
Definition at line 100 of file class.ilRatingCategory.php.
References $db, $ilDB, setDescription(), setId(), setParentId(), setPosition(), and setTitle().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRatingCategory::save | ( | ) |
Definition at line 145 of file class.ilRatingCategory.php.
References $db, $id, $ilDB, $pos, getDBProperties(), getParentId(), setId(), and setPosition().
Here is the call graph for this function:| ilRatingCategory::setDescription | ( | string | $a_value | ) |
Definition at line 79 of file class.ilRatingCategory.php.
Referenced by read().
Here is the caller graph for this function:| ilRatingCategory::setId | ( | int | $a_value | ) |
Definition at line 49 of file class.ilRatingCategory.php.
Referenced by read(), and save().
Here is the caller graph for this function:| ilRatingCategory::setParentId | ( | int | $a_value | ) |
Definition at line 59 of file class.ilRatingCategory.php.
Referenced by read().
Here is the caller graph for this function:| ilRatingCategory::setPosition | ( | int | $a_value | ) |
Definition at line 89 of file class.ilRatingCategory.php.
Referenced by read(), and save().
Here is the caller graph for this function:| ilRatingCategory::setTitle | ( | string | $a_value | ) |
Definition at line 69 of file class.ilRatingCategory.php.
Referenced by read().
Here is the caller graph for this function:| ilRatingCategory::update | ( | ) |
Definition at line 130 of file class.ilRatingCategory.php.
References $db, $ilDB, getDBProperties(), and getId().
Here is the call graph for this function:
|
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.
|
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(), and save().
|
protected |
Definition at line 29 of file class.ilRatingCategory.php.
Referenced by getTitle().