ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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) | |
Constructor. More... | |
setOffline ($offline=true) | |
setProfileBackUrl ($url) | |
getLink ( $a_cmd="", $a_obj_id="", $a_frame="", $a_type="", $a_back_link="append", $a_anchor="", $a_srcstring="") | |
handles links for learning module presentation More... | |
getLayoutLinkTargets () | |
getLinkTargetsXML () | |
Get XMl for Link Targets. More... | |
getLinkXML ($a_int_links) | |
get xml for links More... | |
getFullscreenLink () | |
Data Fields | |
const | TARGET_GUI = "illmpresentationgui" |
Protected Attributes | |
$profile_back_url | |
$offline | |
Learning module presentation linker.
Definition at line 10 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 |
||
) |
Constructor.
Definition at line 23 of file class.ilLMPresentationLinker.php.
References $DIC, $lang, and $offline.
ilLMPresentationLinker::getFullscreenLink | ( | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 483 of file class.ilLMPresentationLinker.php.
References getLink().
ilLMPresentationLinker::getLayoutLinkTargets | ( | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 235 of file class.ilLMPresentationLinker.php.
Referenced by getLinkTargetsXML(), and getLinkXML().
ilLMPresentationLinker::getLink | ( | $a_cmd = "" , |
|
$a_obj_id = "" , |
|||
$a_frame = "" , |
|||
$a_type = "" , |
|||
$a_back_link = "append" , |
|||
$a_anchor = "" , |
|||
$a_srcstring = "" |
|||
) |
handles links for learning module presentation
Definition at line 70 of file class.ilLMPresentationLinker.php.
References $a_type, $lang, and ilLMObject\getExportId().
Referenced by getFullscreenLink(), and getLinkXML().
ilLMPresentationLinker::getLinkTargetsXML | ( | ) |
Get XMl for Link Targets.
Definition at line 261 of file class.ilLMPresentationLinker.php.
References getLayoutLinkTargets().
Referenced by getLinkXML().
ilLMPresentationLinker::getLinkXML | ( | $a_int_links | ) |
get xml for links
Implements ILIAS\COPage\PageLinker.
Definition at line 274 of file class.ilLMPresentationLinker.php.
References $_GET, $ilCtrl, $target_arr, $target_id, $type, ilFrameTargetInfo\_getFrame(), ilLMObject\_lookupContObjID(), ilObject\_lookupObjId(), ilObject\_lookupType(), ilWikiPage\getGotoForWikiPageTarget(), getLayoutLinkTargets(), getLink(), getLinkTargetsXML(), ilUserUtil\getNamePresentation(), ilUserUtil\hasPublicProfile(), and ILIAS_HTTP_PATH.
ilLMPresentationLinker::setOffline | ( | $offline = true | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 57 of file class.ilLMPresentationLinker.php.
References $offline.
ilLMPresentationLinker::setProfileBackUrl | ( | $url | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 62 of file class.ilLMPresentationLinker.php.
References $url.
|
protected |
Definition at line 18 of file class.ilLMPresentationLinker.php.
Referenced by __construct(), and setOffline().
|
protected |
Definition at line 13 of file class.ilLMPresentationLinker.php.
const ilLMPresentationLinker::TARGET_GUI = "illmpresentationgui" |
Definition at line 12 of file class.ilLMPresentationLinker.php.