4 include_once(
"./Services/COPage/classes/class.ilPageObjectGUI.php");
5 include_once(
"./Modules/MediaPool/classes/class.ilMediaPoolPage.php");
6 include_once(
"./Modules/MediaPool/classes/class.ilMediaPoolItem.php");
24 function __construct($a_id = 0, $a_old_nr = 0, $a_prevent_get_id =
false, $a_lang =
"")
28 parent::__construct(
"mep", $a_id, $a_old_nr, $a_prevent_get_id, $a_lang);
31 include_once(
"./Services/Style/classes/class.ilObjStyleSheet.php");
32 $tpl->setCurrentBlock(
"ContentStyle");
33 $tpl->setVariable(
"LOCATION_CONTENT_STYLESHEET",
35 $tpl->parseCurrentBlock();
37 $tpl->setCurrentBlock(
"SyntaxStyle");
38 $tpl->setVariable(
"LOCATION_SYNTAX_STYLESHEET",
40 $tpl->parseCurrentBlock();
51 $next_class = $this->ctrl->getNextClass($this);
52 $cmd = $this->ctrl->getCmd();
57 return parent::executeCommand();
88 include_once(
"./Modules/MediaPool/classes/class.ilMediaPoolPage.php");
89 $id = ilMediaPoolPage::getPageIdForTitle($a_media_pool_id, $a_title);
102 return parent::preview();
117 $output = parent::showPage();
126 parent::getTabs($a_activate);
getMediaPoolPage()
Get Media Pool Page Object.
getRawContent()
Get raw content.
getPageObject()
Get Page Object.
setTemplateOutput($a_output=true)
& executeCommand()
execute command
__construct($a_id=0, $a_old_nr=0, $a_prevent_get_id=false, $a_lang="")
Constructor.
setPageObject($a_pg_obj)
Set Page Object.
getSyntaxStylePath()
get syntax style path
setRawPageContent($a_rawpagecontent)
Set Get raw page content only.
setPresentationTitle($a_title="")
showPage($a_no_title=false)
Show page.
preview()
View media pool page.
getContentStylePath($a_style_id)
get content style path
static getGUIForTitle($a_media_pool_id, $a_title, $a_old_nr=0)
Get media pool page gui for id and title.
setMediaPoolPage($a_media_pool_page)
Set Media Pool Page Object.
Class ilMediaPoolPage GUI class.