ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (protected InternalDataService $data, InternalRepoService $repo, protected InternalDomainService $domain, protected \ilMobStakeholder $stakeholder) | |
create (int $id, string $title, int $from_mob_id=0) | |
addLocalDirectory (int $mob_id, string $dir) | |
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) | |
removeLocation (int $mob_id, string $location) | |
getLocationStream (int $mob_id, string $location) | |
addStream (int $mob_id, string $location, FileStream $stream) | |
getLocalSrc (int $mob_id, string $location) | |
hasLocalFile (int $mob_id, string $location) | |
getContainerResource (int $mob_id) | |
getContainerResourceId (int $mob_id) | |
getFilesOfPath (int $mob_id, string $dir_path) | |
getInfoOfEntry (int $mob_id, string $path) | |
deliverEntry (int $mob_id, string $path) | |
generatePreview (int $mob_id, string $location, bool $local, string $format, int $sec=1, string $target_location="mob_vpreview.png") | |
addPreviewFromUrl (int $mob_id, string $url, string $target_location) | |
getSrtFiles (int $mob_id, bool $vtt_only=false) | |
generateMissingVTT (int $mob_id) | |
srtToVtt (string $srt_text) | |
Protected Attributes | |
ilLogger | $logger |
ImageOutputOptions | $output_options |
Images | $image_converters |
MediaObjectRepository | $repo |
Definition at line 33 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::__construct | ( | protected InternalDataService | $data, |
InternalRepoService | $repo, | ||
protected InternalDomainService | $domain, | ||
protected \ilMobStakeholder | $stakeholder | ||
) |
Definition at line 40 of file MediaObjectManager.php.
References ILIAS\MediaObjects\MediaObjectManager\$repo, ilLoggerFactory\getLogger(), and ILIAS\Repository\logger().
ILIAS\MediaObjects\MediaObjectManager::addFileFromLegacyUpload | ( | int | $mob_id, |
string | $tmp_name, | ||
string | $target_path = "" |
||
) |
Definition at line 70 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::addFileFromLocal | ( | int | $mob_id, |
string | $tmp_name, | ||
string | $path | ||
) |
Definition at line 83 of file MediaObjectManager.php.
References $path.
ILIAS\MediaObjects\MediaObjectManager::addFileFromUpload | ( | int | $mob_id, |
UploadResult | $result, | ||
string | $path = "/" |
||
) |
Definition at line 75 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::addLocalDirectory | ( | int | $mob_id, |
string | $dir | ||
) |
Definition at line 65 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::addPreviewFromUrl | ( | int | $mob_id, |
string | $url, | ||
string | $target_location | ||
) |
Definition at line 228 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::addStream | ( | int | $mob_id, |
string | $location, | ||
FileStream | $stream | ||
) |
Definition at line 102 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::create | ( | int | $id, |
string | $title, | ||
int | $from_mob_id = 0 |
||
) |
Definition at line 52 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::deliverEntry | ( | int | $mob_id, |
string | $path | ||
) |
Definition at line 160 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::generateMissingVTT | ( | int | $mob_id | ) |
Definition at line 304 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::generatePreview | ( | int | $mob_id, |
string | $location, | ||
bool | $local, | ||
string | $format, | ||
int | $sec = 1 , |
||
string | $target_location = "mob_vpreview.png" |
||
) |
Definition at line 168 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::getContainerResource | ( | int | $mob_id | ) |
Definition at line 131 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::getContainerResourceId | ( | int | $mob_id | ) |
Definition at line 137 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::getFilesOfPath | ( | int | $mob_id, |
string | $dir_path | ||
) |
Definition at line 143 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::getInfoOfEntry | ( | int | $mob_id, |
string | $path | ||
) |
Definition at line 150 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::getLocalSrc | ( | int | $mob_id, |
string | $location | ||
) |
Definition at line 110 of file MediaObjectManager.php.
References Vendor\Package\$e, $location, ilObjMediaObject\_getURL(), and ilWACSignedPath\signFile().
ILIAS\MediaObjects\MediaObjectManager::getLocationStream | ( | int | $mob_id, |
string | $location | ||
) |
Definition at line 95 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::getSrtFiles | ( | int | $mob_id, |
bool | $vtt_only = false |
||
) |
Definition at line 284 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::hasLocalFile | ( | int | $mob_id, |
string | $location | ||
) |
Definition at line 126 of file MediaObjectManager.php.
References $location.
ILIAS\MediaObjects\MediaObjectManager::removeLocation | ( | int | $mob_id, |
string | $location | ||
) |
Definition at line 88 of file MediaObjectManager.php.
ILIAS\MediaObjects\MediaObjectManager::srtToVtt | ( | string | $srt_text | ) |
Definition at line 326 of file MediaObjectManager.php.
|
protected |
Definition at line 37 of file MediaObjectManager.php.
|
protected |
Definition at line 35 of file MediaObjectManager.php.
|
protected |
Definition at line 36 of file MediaObjectManager.php.
|
protected |
Definition at line 38 of file MediaObjectManager.php.
Referenced by ILIAS\MediaObjects\MediaObjectManager\__construct().