|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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) | |
| 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 102 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::addFileFromLocal | ( | int | $mob_id, |
| string | $tmp_name, | ||
| string | $path | ||
| ) |
Definition at line 130 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::addFileFromUpload | ( | int | $mob_id, |
| UploadResult | $result, | ||
| string | $path = "/" |
||
| ) |
Definition at line 116 of file MediaObjectRepository.php.
References $path, and ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::addLocalDirectory | ( | int | $mob_id, |
| string | $dir | ||
| ) |
Definition at line 141 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::addStream | ( | int | $mob_id, |
| string | $location, | ||
| FileStream | $stream | ||
| ) |
Definition at line 199 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::addString | ( | int | $mob_id, |
| string | $location, | ||
| string | $content | ||
| ) |
Definition at line 211 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| 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 79 of file MediaObjectRepository.php.
References $id.
| ILIAS\MediaObjects\MediaObjectRepository::deliverEntry | ( | int | $mob_id, |
| string | $path | ||
| ) |
Definition at line 182 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::getById | ( | int | $id | ) |
Definition at line 60 of file MediaObjectRepository.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::getContainerPath | ( | int | $mob_id | ) |
Definition at line 193 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::getContainerResource | ( | int | $mob_id | ) |
Definition at line 223 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::getContainerResourceId | ( | int | $mob_id | ) |
Definition at line 229 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::getFilesOfPath | ( | int | $mob_id, |
| string | $dir_path | ||
| ) |
Definition at line 242 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::getInfoOfEntry | ( | int | $mob_id, |
| string | $path | ||
| ) |
Definition at line 171 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::getLocalSrc | ( | int | $mob_id, |
| string | $location | ||
| ) |
Definition at line 151 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::getLocationStream | ( | int | $mob_id, |
| string | $location | ||
| ) |
Definition at line 161 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:
|
protected |
Definition at line 88 of file MediaObjectRepository.php.
Referenced by ILIAS\MediaObjects\MediaObjectRepository\addFileFromLegacyUpload(), ILIAS\MediaObjects\MediaObjectRepository\addFileFromLocal(), ILIAS\MediaObjects\MediaObjectRepository\addFileFromUpload(), ILIAS\MediaObjects\MediaObjectRepository\addLocalDirectory(), ILIAS\MediaObjects\MediaObjectRepository\addStream(), ILIAS\MediaObjects\MediaObjectRepository\addString(), ILIAS\MediaObjects\MediaObjectRepository\create(), ILIAS\MediaObjects\MediaObjectRepository\deliverEntry(), ILIAS\MediaObjects\MediaObjectRepository\getContainerPath(), ILIAS\MediaObjects\MediaObjectRepository\getContainerResource(), ILIAS\MediaObjects\MediaObjectRepository\getContainerResourceId(), ILIAS\MediaObjects\MediaObjectRepository\getFilesOfPath(), ILIAS\MediaObjects\MediaObjectRepository\getInfoOfEntry(), ILIAS\MediaObjects\MediaObjectRepository\getLocalSrc(), ILIAS\MediaObjects\MediaObjectRepository\getLocationStream(), ILIAS\MediaObjects\MediaObjectRepository\hasLocalFile(), and ILIAS\MediaObjects\MediaObjectRepository\removeLocation().
Here is the caller graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::hasLocalFile | ( | int | $mob_id, |
| string | $location | ||
| ) |
Definition at line 156 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function:| ILIAS\MediaObjects\MediaObjectRepository::removeLocation | ( | int | $mob_id, |
| string | $location | ||
| ) |
Definition at line 235 of file MediaObjectRepository.php.
References ILIAS\MediaObjects\MediaObjectRepository\getRidForMobId().
Here is the call graph for this function: