|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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) | |
Static Public Attributes | |
| static | $result_buffer |
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 379 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 524 of file class.ilUnitConfigurationRepository.php.
References $DIC, $id, $ilDB, and $result.
Referenced by deleteUnit().
Here is the caller graph for this function:
|
protected |
Definition at line 373 of file class.ilUnitConfigurationRepository.php.
Referenced by deleteUnit().
Here is the caller graph for this function:| ilUnitConfigurationRepository::deleteUnit | ( | $id | ) |
Definition at line 281 of file class.ilUnitConfigurationRepository.php.
References $DIC, $id, $ilDB, $res, checkDeleteUnit(), and clearUnits().
Here is the call graph for this function:| ilUnitConfigurationRepository::getAdminUnitCategories | ( | ) |
Definition at line 471 of file class.ilUnitConfigurationRepository.php.
| ilUnitConfigurationRepository::getCategorizedUnits | ( | ) |
Definition at line 332 of file class.ilUnitConfigurationRepository.php.
References $categorizedUnits, $DIC, $ilDB, $result, $row, and getConsumerId().
Here is the call graph for this function:| ilUnitConfigurationRepository::getCategoryUnitCount | ( | $id | ) |
Definition at line 207 of file class.ilUnitConfigurationRepository.php.
| ilUnitConfigurationRepository::getConsumerId | ( | ) |
Definition at line 58 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 423 of file class.ilUnitConfigurationRepository.php.
References $id, and loadUnits().
Here is the call graph for this function:| ilUnitConfigurationRepository::getUnitCategories | ( | ) |
Definition at line 443 of file class.ilUnitConfigurationRepository.php.
| ilUnitConfigurationRepository::getUnits | ( | ) |
Definition at line 384 of file class.ilUnitConfigurationRepository.php.
References $units, and loadUnits().
Here is the call graph for this function:| ilUnitConfigurationRepository::isUnitInUse | ( | $id | ) |
Definition at line 220 of file class.ilUnitConfigurationRepository.php.
|
protected |
Definition at line 304 of file class.ilUnitConfigurationRepository.php.
References $DIC, $ilDB, $result, $result_buffer, $row, $units, 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 392 of file class.ilUnitConfigurationRepository.php.
| ilUnitConfigurationRepository::setConsumerId | ( | $consumer_id | ) |
| int | $context_id |
Definition at line 50 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.
|
static |
Definition at line 302 of file class.ilUnitConfigurationRepository.php.
Referenced by loadUnits().
|
private |
Definition at line 25 of file class.ilUnitConfigurationRepository.php.
Referenced by getUnits(), loadUnits(), and loadUnitsForCategory().