|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\MediaObjects\Usage\UsageDBRepository:Public Member Functions | |
| __construct (\ilDBInterface $db) | |
| getHistoryUsagesLowerEqualThan (string $a_type, int $a_id, int $a_usage_hist_nr, string $a_lang="-") | |
| deleteHistoryUsagesLowerEqualThan (string $a_type, int $a_id, int $a_usage_hist_nr, string $a_lang="-") | |
Protected Attributes | |
| ilDBInterface | $db |
Definition at line 26 of file class.UsageDBRepository.php.
| ILIAS\MediaObjects\Usage\UsageDBRepository::__construct | ( | \ilDBInterface | $db | ) |
Definition at line 30 of file class.UsageDBRepository.php.
References ILIAS\MediaObjects\Usage\UsageDBRepository\$db.
| ILIAS\MediaObjects\Usage\UsageDBRepository::deleteHistoryUsagesLowerEqualThan | ( | string | $a_type, |
| int | $a_id, | ||
| int | $a_usage_hist_nr, | ||
| string | $a_lang = "-" |
||
| ) |
Definition at line 58 of file class.UsageDBRepository.php.
References ILIAS\MediaObjects\Usage\UsageDBRepository\$db, $q, and ilDBInterface\quote().
Referenced by ilPCMediaObject\deleteHistoryLowerEqualThan().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\MediaObjects\Usage\UsageDBRepository::getHistoryUsagesLowerEqualThan | ( | string | $a_type, |
| int | $a_id, | ||
| int | $a_usage_hist_nr, | ||
| string | $a_lang = "-" |
||
| ) |
Definition at line 35 of file class.UsageDBRepository.php.
References ILIAS\MediaObjects\Usage\UsageDBRepository\$db, and ilDBInterface\quote().
Referenced by ilPCMediaObject\deleteHistoryLowerEqualThan().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |