|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilMobMultiSrtUpload:Public Member Functions | |
| __construct (ilMobMultiSrtInt $a_multi_srt) | |
| getMultiSrtUploadDir () | |
| Get directory for multi srt upload. More... | |
| uploadMultipleSubtitleFile (array $a_file) | |
| Upload multi srt file. More... | |
| clearMultiSrtDirectory () | |
| Clear multi feedback directory. More... | |
| getMultiSrtFiles () | |
| Get all srt files of srt multi upload. More... | |
| moveMultiSrtFiles () | |
| Move all srt files that could be mapped to media objects. More... | |
Protected Attributes | |
| ilMobMultiSrtInt | $multi_srt |
| ilLanguage | $lng |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Handler class for multi srt upload
Definition at line 24 of file class.ilMobMultiSrtUpload.php.
| ilMobMultiSrtUpload::__construct | ( | ilMobMultiSrtInt | $a_multi_srt | ) |
| ilMobMultiSrtInt | $a_multi_srt | adapter implementation |
Definition at line 32 of file class.ilMobMultiSrtUpload.php.
References $DIC, $lng, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMobMultiSrtUpload::clearMultiSrtDirectory | ( | ) |
Clear multi feedback directory.
Definition at line 76 of file class.ilMobMultiSrtUpload.php.
References ilFileUtils\delDir().
Here is the call graph for this function:| ilMobMultiSrtUpload::getMultiSrtFiles | ( | ) |
Get all srt files of srt multi upload.
Definition at line 84 of file class.ilMobMultiSrtUpload.php.
References $i, $lang, ilMDLanguageItem\_getPossibleLanguageCodes(), and ilFileUtils\getDir().
Here is the call graph for this function:| ilMobMultiSrtUpload::getMultiSrtUploadDir | ( | ) |
Get directory for multi srt upload.
Definition at line 46 of file class.ilMobMultiSrtUpload.php.
| ilMobMultiSrtUpload::moveMultiSrtFiles | ( | ) |
Move all srt files that could be mapped to media objects.
Definition at line 136 of file class.ilMobMultiSrtUpload.php.
References $i.
| ilMobMultiSrtUpload::uploadMultipleSubtitleFile | ( | array | $a_file | ) |
Upload multi srt file.
| array | $a_file | file info array |
| ilException | |
| ilMobSrtUploadException |
Definition at line 59 of file class.ilMobMultiSrtUpload.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilMobMultiSrtUpload.php.
Referenced by __construct().
|
protected |
Definition at line 26 of file class.ilMobMultiSrtUpload.php.