|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilUnitConfigurationRepository. More...
Collaboration diagram for ilUnitConfigurationRepository:Public Member Functions | |
| setConsumerId ($consumer_id) | |
| getConsumerId () | |
| getCategoryUnitCount ($id) | |
| isUnitInUse ($id) | |
| deleteUnit ($id) | |
| getCategorizedUnits () | |
| getUnits () | |
| loadUnitsForCategory ($category) | |
| getUnit ($id) | |
| getUnitCategories () | |
| getAdminUnitCategories () | |
| checkDeleteUnit ($id, $category_id=null) | |
Protected Member Functions | |
| loadUnits () | |
| clearUnits () | |
| addUnit ($unit) | |
Protected Attributes | |
| $consumer_id = 0 | |
| $lng | |
Private Attributes | |
| $units = array() | |
| $categorizedUnits = array() | |
Class ilUnitConfigurationRepository.
Definition at line 10 of file class.ilUnitConfigurationRepository.php.
|
protected |
Definition at line 345 of file class.ilUnitConfigurationRepository.php.
Referenced by loadUnits().
Here is the caller graph for this function:| ilUnitConfigurationRepository::checkDeleteUnit | ( | $id, | |
$category_id = null |
|||
| ) |
Definition at line 493 of file class.ilUnitConfigurationRepository.php.
References $ilDB, and $result.
Referenced by deleteUnit().
Here is the caller graph for this function:
|
protected |
Definition at line 340 of file class.ilUnitConfigurationRepository.php.
Referenced by deleteUnit().
Here is the caller graph for this function:| ilUnitConfigurationRepository::deleteUnit | ( | $id | ) |
Definition at line 262 of file class.ilUnitConfigurationRepository.php.
References $ilDB, $res, checkDeleteUnit(), and clearUnits().
Here is the call graph for this function:| ilUnitConfigurationRepository::getAdminUnitCategories | ( | ) |
Definition at line 444 of file class.ilUnitConfigurationRepository.php.
| ilUnitConfigurationRepository::getCategorizedUnits | ( | ) |
Definition at line 299 of file class.ilUnitConfigurationRepository.php.
References $categorizedUnits, $ilDB, $result, $row, and getConsumerId().
Here is the call graph for this function:| ilUnitConfigurationRepository::getCategoryUnitCount | ( | $id | ) |
| ilUnitConfigurationRepository::getConsumerId | ( | ) |
Definition at line 57 of file class.ilUnitConfigurationRepository.php.
References $consumer_id.
Referenced by getCategorizedUnits().
Here is the caller graph for this function:| ilUnitConfigurationRepository::getUnit | ( | $id | ) |
| int | $id |
Definition at line 390 of file class.ilUnitConfigurationRepository.php.
References loadUnits().
Here is the call graph for this function:| ilUnitConfigurationRepository::getUnitCategories | ( | ) |
Definition at line 416 of file class.ilUnitConfigurationRepository.php.
| ilUnitConfigurationRepository::getUnits | ( | ) |
Definition at line 350 of file class.ilUnitConfigurationRepository.php.
References $units, and loadUnits().
Here is the call graph for this function:| ilUnitConfigurationRepository::isUnitInUse | ( | $id | ) |
Definition at line 203 of file class.ilUnitConfigurationRepository.php.
References $ilDB.
|
protected |
Definition at line 276 of file class.ilUnitConfigurationRepository.php.
References $ilDB, $result, $row, and addUnit().
Referenced by getUnit(), and getUnits().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUnitConfigurationRepository::loadUnitsForCategory | ( | $category | ) |
Definition at line 359 of file class.ilUnitConfigurationRepository.php.
| ilUnitConfigurationRepository::setConsumerId | ( | $consumer_id | ) |
| int | $context_id |
Definition at line 49 of file class.ilUnitConfigurationRepository.php.
References $consumer_id.
|
private |
Definition at line 30 of file class.ilUnitConfigurationRepository.php.
Referenced by getCategorizedUnits().
|
protected |
Definition at line 15 of file class.ilUnitConfigurationRepository.php.
Referenced by getConsumerId(), and setConsumerId().
|
protected |
Definition at line 20 of file class.ilUnitConfigurationRepository.php.
|
private |
Definition at line 25 of file class.ilUnitConfigurationRepository.php.
Referenced by getUnits(), and loadUnitsForCategory().