|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Learning module presentation linker. More...
Inheritance diagram for ilLMPresentationLinker:
Collaboration diagram for ilLMPresentationLinker: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, $embed_mode=false) | |
| Constructor. More... | |
| setOffline ($offline=true) | |
| @inheritDoc More... | |
| 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 () | |
| @inheritDoc More... | |
| setOffline ($offline=true) | |
| setProfileBackUrl ($url) | |
| getLayoutLinkTargets () | |
| getLinkXML ($int_links) | |
| getFullscreenLink () | |
Data Fields | |
| const | TARGET_GUI = "illmpresentationgui" |
Protected Attributes | |
| $profile_back_url | |
| $offline | |
| $embed_mode | |
| $ctrl | |
| $lm_tree | |
| $lm | |
| $current_page | |
| $back_pg | |
| $from_page | |
| $export_all_languages | |
| $lang | |
| $export_format | |
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, |
||
$embed_mode = false |
|||
| ) |
Constructor.
Definition at line 73 of file class.ilLMPresentationLinker.php.
References $back_pg, $ctrl, $current_page, $DIC, $embed_mode, $export_all_languages, $export_format, $lang, $lm, $lm_tree, and $offline.
| ilLMPresentationLinker::getFullscreenLink | ( | ) |
@inheritDoc
Implements ILIAS\COPage\PageLinker.
Definition at line 567 of file class.ilLMPresentationLinker.php.
References getLink().
Here is the call graph for this function:| ilLMPresentationLinker::getLayoutLinkTargets | ( | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 303 of file class.ilLMPresentationLinker.php.
Referenced by getLinkTargetsXML(), and getLinkXML().
Here is the caller graph for this function:| 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 122 of file class.ilLMPresentationLinker.php.
References $back_pg, $base, $current_page, $lang, and ilLMObject\getExportId().
Referenced by getFullscreenLink(), and getLinkXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMPresentationLinker::getLinkTargetsXML | ( | ) |
Get XMl for Link Targets.
Definition at line 329 of file class.ilLMPresentationLinker.php.
References getLayoutLinkTargets().
Referenced by getLinkXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMPresentationLinker::getLinkXML | ( | $a_int_links | ) |
get xml for links
Implements ILIAS\COPage\PageLinker.
Definition at line 342 of file class.ilLMPresentationLinker.php.
References $_GET, $ctrl, $target_arr, $target_id, $type, ilFrameTargetInfo\_getFrame(), ilLMObject\_lookupContObjID(), ilObject\_lookupObjId(), ilObject\_lookupType(), CLIENT_ID, ilWikiPage\getGotoForWikiPageTarget(), getLayoutLinkTargets(), getLink(), getLinkTargetsXML(), ilUserUtil\getNamePresentation(), and ilUserUtil\hasPublicProfile().
Here is the call graph for this function:| ilLMPresentationLinker::setOffline | ( | $offline = true | ) |
@inheritDoc
Implements ILIAS\COPage\PageLinker.
Definition at line 109 of file class.ilLMPresentationLinker.php.
References $offline.
| ilLMPresentationLinker::setProfileBackUrl | ( | $url | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 114 of file class.ilLMPresentationLinker.php.
References $url.
|
protected |
Definition at line 48 of file class.ilLMPresentationLinker.php.
Referenced by __construct(), and getLink().
|
protected |
Definition at line 28 of file class.ilLMPresentationLinker.php.
Referenced by __construct(), and getLinkXML().
|
protected |
Definition at line 43 of file class.ilLMPresentationLinker.php.
Referenced by __construct(), and getLink().
|
protected |
Definition at line 23 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 58 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 68 of file class.ilLMPresentationLinker.php.
Referenced by __construct().
|
protected |
Definition at line 53 of file class.ilLMPresentationLinker.php.
|
protected |
Definition at line 63 of file class.ilLMPresentationLinker.php.
Referenced by __construct(), and getLink().
|
protected |
Definition at line 38 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 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.