|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\MediaObjects\MediaObjectRepository:Public Member Functions | |
| __construct (protected ilDBInterface $db, protected IRSSWrapper $irss) | |
| create (int $id, string $title, \ilMobStakeholder $stakeholder, int $from_mob_id=0) | |
| getById (int $id) | |
| delete (int $id) | |
| getLastChangeTimestamp (int $mob_id) | |
| updateLastChangeTimestamp (int $mob_id, int $timestamp) | |
| addFileFromLegacyUpload (int $mob_id, string $tmp_name, string $target_path="") | |
| addFileFromUpload (int $mob_id, UploadResult $result, string $path="/") | |
| addFileFromLocal (int $mob_id, string $tmp_name, string $path) | |
| addLocalDirectory (int $mob_id, string $dir) | |
| getLocalSrc (int $mob_id, string $location) | |
| hasLocalFile (int $mob_id, string $location) | |
| getLocationStream (int $mob_id, string $location) | |
| getInfoOfEntry (int $mob_id, string $path) | |
| deliverEntry (int $mob_id, string $path) | |
| getContainerPath (int $mob_id) | |
| addStream (int $mob_id, string $location, FileStream $stream) | |
| addString (int $mob_id, string $location, string $content) | |
| getContainerResource (int $mob_id) | |
| getContainerResourceId (int $mob_id) | |
| removeLocation (int $mob_id, string $location) | |
| getFilesOfPath (int $mob_id, string $dir_path) | |
Protected Member Functions | |
| getRidForMobId (int $mob_id) | |
Definition at line 31 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::__construct | ( | protected ilDBInterface | $db, |
| protected IRSSWrapper | $irss | ||
| ) |
Definition at line 33 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::addFileFromLegacyUpload | ( | int | $mob_id, |
| string | $tmp_name, | ||
| string | $target_path = "" |
||
| ) |
Definition at line 127 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::addFileFromLocal | ( | int | $mob_id, |
| string | $tmp_name, | ||
| string | $path | ||
| ) |
Definition at line 155 of file MediaObjectRepository.php.
References $path.
| ILIAS\MediaObjects\MediaObjectRepository::addFileFromUpload | ( | int | $mob_id, |
| UploadResult | $result, | ||
| string | $path = "/" |
||
| ) |
Definition at line 141 of file MediaObjectRepository.php.
References $path.
| ILIAS\MediaObjects\MediaObjectRepository::addLocalDirectory | ( | int | $mob_id, |
| string | $dir | ||
| ) |
Definition at line 166 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::addStream | ( | int | $mob_id, |
| string | $location, | ||
| FileStream | $stream | ||
| ) |
Definition at line 222 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::addString | ( | int | $mob_id, |
| string | $location, | ||
| string | $content | ||
| ) |
Definition at line 234 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::create | ( | int | $id, |
| string | $title, | ||
| \ilMobStakeholder | $stakeholder, | ||
| int | $from_mob_id = 0 |
||
| ) |
Definition at line 39 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::delete | ( | int | $id | ) |
Definition at line 81 of file MediaObjectRepository.php.
References $id.
| ILIAS\MediaObjects\MediaObjectRepository::deliverEntry | ( | int | $mob_id, |
| string | $path | ||
| ) |
Definition at line 206 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::getById | ( | int | $id | ) |
Definition at line 61 of file MediaObjectRepository.php.
References $id, and ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::getContainerPath | ( | int | $mob_id | ) |
Definition at line 216 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::getContainerResource | ( | int | $mob_id | ) |
Definition at line 246 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::getContainerResourceId | ( | int | $mob_id | ) |
Definition at line 252 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::getFilesOfPath | ( | int | $mob_id, |
| string | $dir_path | ||
| ) |
Definition at line 265 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::getInfoOfEntry | ( | int | $mob_id, |
| string | $path | ||
| ) |
Definition at line 196 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::getLastChangeTimestamp | ( | int | $mob_id | ) |
Definition at line 104 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::getLocalSrc | ( | int | $mob_id, |
| string | $location | ||
| ) |
Definition at line 176 of file MediaObjectRepository.php.
References $location.
| ILIAS\MediaObjects\MediaObjectRepository::getLocationStream | ( | int | $mob_id, |
| string | $location | ||
| ) |
Definition at line 186 of file MediaObjectRepository.php.
|
protected |
Definition at line 90 of file MediaObjectRepository.php.
Referenced by ILIAS\MediaObjects\MediaObjectRepository\create().
Here is the caller graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::hasLocalFile | ( | int | $mob_id, |
| string | $location | ||
| ) |
Definition at line 181 of file MediaObjectRepository.php.
References $location.
| ILIAS\MediaObjects\MediaObjectRepository::removeLocation | ( | int | $mob_id, |
| string | $location | ||
| ) |
Definition at line 258 of file MediaObjectRepository.php.
| ILIAS\MediaObjects\MediaObjectRepository::updateLastChangeTimestamp | ( | int | $mob_id, |
| int | $timestamp | ||
| ) |
Definition at line 118 of file MediaObjectRepository.php.
References $timestamp.