|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI:Public Member Functions | |
| __construct (\ilObjMediaCast $obj, \ilGlobalTemplateInterface $tpl=null, string $rss_link="") | |
| setCompletedCallback (string $completed_callback) | |
| setAutoplayCallback (string $autoplay_callback) | |
| renderMainColumn () | |
| renderToolbar () | |
| renderSideColumn () | |
| render () | |
| show () | |
| renderCommentsContainer () | |
Protected Member Functions | |
| getAutoplay () | |
| getDropdown () | |
Protected Attributes | |
| ilCtrlInterface | $ctrl |
| ILIAS MediaCast MediaCastManager | $mc_manager |
| string | $rss_link |
| ilToolbarGUI | $toolbar |
| ilGlobalTemplateInterface | $main_tpl |
| ilObjMediaCast | $media_cast |
| ilGlobalTemplateInterface | $tpl |
| ILIAS DI UIServices | $ui |
| ilLanguage | $lng |
| ilObjUser | $user |
| string | $completed_callback = "" |
| string | $autoplay_callback = "" |
| VideoSequence | $video_sequence |
| string | $video_wrapper_id = "mcst_video" |
Definition at line 29 of file class.VideoViewGUI.php.
| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI::__construct | ( | \ilObjMediaCast | $obj, |
| \ilGlobalTemplateInterface | $tpl = null, |
||
| string | $rss_link = "" |
||
| ) |
Definition at line 46 of file class.VideoViewGUI.php.
References $DIC, ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\$rss_link, ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\$tpl, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\toolbar(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 163 of file class.VideoViewGUI.php.
References ilObjMediaCast\AUTOPLAY_ACT, ilObjMediaCast\AUTOPLAY_NO, and ILIAS\Repository\user().
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\renderSideColumn(), and ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\renderToolbar().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 178 of file class.VideoViewGUI.php.
References $id, ILIAS\Repository\ui(), and ILIAS\UI\Implementation\Component\withOnLoadCode().
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\renderToolbar().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI::render | ( | ) |
Definition at line 331 of file class.VideoViewGUI.php.
References ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\renderMainColumn(), and ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\renderSideColumn().
Here is the call graph for this function:| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI::renderCommentsContainer | ( | ) |
Definition at line 363 of file class.VideoViewGUI.php.
References ILIAS\Repository\ctrl().
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\show().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI::renderMainColumn | ( | ) |
Definition at line 81 of file class.VideoViewGUI.php.
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\render(), and ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\show().
Here is the caller graph for this function:| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI::renderSideColumn | ( | ) |
Definition at line 196 of file class.VideoViewGUI.php.
References Vendor\Package\$b, $id, ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\$lng, $renderer, ilMediaCastSettings\_getInstance(), ilChangeEvent\_lookupReadEvents(), ILIAS\Repository\ctrl(), ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\getAutoplay(), ILIAS\Repository\ui(), ILIAS\Repository\user(), and ILIAS\UI\Implementation\Component\withOnLoadCode().
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\render(), and ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\show().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI::renderToolbar | ( | ) |
Definition at line 92 of file class.VideoViewGUI.php.
References Vendor\Package\$f, $id, ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\$lng, $renderer, ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\$rss_link, ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\$toolbar, ilMediaCastSettings\_getInstance(), ilObjMediaCast\AUTOPLAY_NO, ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\getAutoplay(), ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\getDropdown(), ILIAS\Repository\ui(), and ILIAS\GlobalScreen\Scope\Footer\Factory\withOpenInNewViewport().
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\show().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI::setAutoplayCallback | ( | string | $autoplay_callback | ) |
Definition at line 73 of file class.VideoViewGUI.php.
References ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\$autoplay_callback.
| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI::setCompletedCallback | ( | string | $completed_callback | ) |
Definition at line 68 of file class.VideoViewGUI.php.
References ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\$completed_callback.
| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI::show | ( | ) |
Definition at line 351 of file class.VideoViewGUI.php.
References ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\renderCommentsContainer(), ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\renderMainColumn(), ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\renderSideColumn(), and ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\renderToolbar().
Here is the call graph for this function:
|
protected |
Definition at line 42 of file class.VideoViewGUI.php.
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\setAutoplayCallback().
|
protected |
Definition at line 41 of file class.VideoViewGUI.php.
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\setCompletedCallback().
|
protected |
Definition at line 31 of file class.VideoViewGUI.php.
|
protected |
|
protected |
Definition at line 35 of file class.VideoViewGUI.php.
|
protected |
Definition at line 32 of file class.VideoViewGUI.php.
|
protected |
Definition at line 36 of file class.VideoViewGUI.php.
|
protected |
Definition at line 33 of file class.VideoViewGUI.php.
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\__construct(), and ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\renderToolbar().
|
protected |
Definition at line 34 of file class.VideoViewGUI.php.
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\renderToolbar().
|
protected |
Definition at line 37 of file class.VideoViewGUI.php.
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\VideoViewGUI\__construct().
|
protected |
Definition at line 38 of file class.VideoViewGUI.php.
|
protected |
Definition at line 40 of file class.VideoViewGUI.php.
|
protected |
Definition at line 43 of file class.VideoViewGUI.php.
|
protected |
Definition at line 44 of file class.VideoViewGUI.php.