ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Learning module presentation linker. More...
Public Member Functions | |
__construct (ilObjLearningModule $lm, ilLMTree $lm_tree, int $current_page, int $ref_id, string $lang, string $back_pg, string $from_pg, bool $offline, string $export_format, bool $export_all_languages, ?ilCtrl $ctrl=null, bool $embed_mode=false, string $frame="", int $obj_id=0) | |
setOffline (bool $offline=true) | |
setProfileBackUrl (string $url) | |
getLink (string $a_cmd="", int $a_obj_id=0, string $a_frame="", string $a_type="", string $a_back_link="append", string $a_anchor="", string $a_srcstring="") | |
handles links for learning module presentation More... | |
getLayoutLinkTargets () | |
getLinkTargetsXML () | |
Get XMl for Link Targets. More... | |
getLinkXML (array $int_links) | |
get xml for links More... | |
getFullscreenLink () | |
setOffline (bool $offline=true) | |
getLayoutLinkTargets () | |
setProfileBackUrl (string $url) | |
getLinkXML (array $int_links) | |
getFullscreenLink () | |
Data Fields | |
const | TARGET_GUI = "illmpresentationgui" |
Protected Attributes | |
int | $obj_id |
string | $frame |
int | $requested_ref_id |
string | $profile_back_url = "" |
bool | $offline |
bool | $embed_mode |
ilCtrl | $ctrl |
ilLMTree | $lm_tree |
ilObjLearningModule | $lm |
int | $current_page |
string | $back_pg |
string | $from_page |
bool | $export_all_languages |
string | $lang |
string | $export_format |
Learning module presentation linker.
Definition at line 25 of file class.ilLMPresentationLinker.php.
ilLMPresentationLinker::__construct | ( | ilObjLearningModule | $lm, |
ilLMTree | $lm_tree, | ||
int | $current_page, | ||
int | $ref_id, | ||
string | $lang, | ||
string | $back_pg, | ||
string | $from_pg, | ||
bool | $offline, | ||
string | $export_format, | ||
bool | $export_all_languages, | ||
?ilCtrl | $ctrl = null , |
||
bool | $embed_mode = false , |
||
string | $frame = "" , |
||
int | $obj_id = 0 |
||
) |
Definition at line 45 of file class.ilLMPresentationLinker.php.
References $back_pg, $ctrl, $current_page, $DIC, $embed_mode, $export_all_languages, $export_format, $frame, $lang, $lm, $lm_tree, $obj_id, $offline, $ref_id, and ILIAS\Repository\ctrl().
ilLMPresentationLinker::getFullscreenLink | ( | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 537 of file class.ilLMPresentationLinker.php.
ilLMPresentationLinker::getLayoutLinkTargets | ( | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 280 of file class.ilLMPresentationLinker.php.
ilLMPresentationLinker::getLink | ( | string | $a_cmd = "" , |
int | $a_obj_id = 0 , |
||
string | $a_frame = "" , |
||
string | $a_type = "" , |
||
string | $a_back_link = "append" , |
||
string | $a_anchor = "" , |
||
string | $a_srcstring = "" |
||
) |
handles links for learning module presentation
Definition at line 96 of file class.ilLMPresentationLinker.php.
ilLMPresentationLinker::getLinkTargetsXML | ( | ) |
Get XMl for Link Targets.
Definition at line 306 of file class.ilLMPresentationLinker.php.
ilLMPresentationLinker::getLinkXML | ( | array | $int_links | ) |
get xml for links
Implements ILIAS\COPage\PageLinker.
Definition at line 319 of file class.ilLMPresentationLinker.php.
ilLMPresentationLinker::setOffline | ( | bool | $offline = true | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 82 of file class.ilLMPresentationLinker.php.
ilLMPresentationLinker::setProfileBackUrl | ( | string | $url | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 88 of file class.ilLMPresentationLinker.php.
References $url.
|
protected |
Definition at line 39 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 34 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 41 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 29 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilLMPresentationLinker.php.
|
protected |
Definition at line 42 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 36 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 33 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilLMPresentationLinker.php.
|
protected |
Definition at line 30 of file class.ilLMPresentationLinker.php.
const ilLMPresentationLinker::TARGET_GUI = "illmpresentationgui" |
Definition at line 27 of file class.ilLMPresentationLinker.php.