|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Page linker. More...
Inheritance diagram for ilPageLinker:
Collaboration diagram for ilPageLinker:Public Member Functions | |
| __construct (string $cmd_gui_class, bool $offline=false, string $profile_back_url="", ?ilCtrl $ctrl=null) | |
| setOffline (bool $offline=true) | |
| setProfileBackUrl (string $url) | |
| getLayoutLinkTargets () | |
| getLinkTargetsXML () | |
| getLinkXML (array $int_links) | |
| getFullscreenLink () | |
| setOffline (bool $offline=true) | |
| getLayoutLinkTargets () | |
| setProfileBackUrl (string $url) | |
| getLinkXML (array $int_links) | |
| getFullscreenLink () | |
Protected Attributes | |
| bool | $offline |
| string | $profile_back_url = "" |
| ilCtrl | $ctrl |
| string | $cmd_gui |
Page linker.
Definition at line 25 of file class.ilPageLinker.php.
| ilPageLinker::__construct | ( | string | $cmd_gui_class, |
| bool | $offline = false, |
||
| string | $profile_back_url = "", |
||
| ?ilCtrl | $ctrl = null |
||
| ) |
Definition at line 32 of file class.ilPageLinker.php.
References $ctrl, $DIC, $offline, $profile_back_url, and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilPageLinker::getFullscreenLink | ( | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 214 of file class.ilPageLinker.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilPageLinker::getLayoutLinkTargets | ( | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 60 of file class.ilPageLinker.php.
Referenced by getLinkTargetsXML().
Here is the caller graph for this function:| ilPageLinker::getLinkTargetsXML | ( | ) |
Definition at line 66 of file class.ilPageLinker.php.
References getLayoutLinkTargets().
Referenced by getLinkXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPageLinker::getLinkXML | ( | array | $int_links | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 82 of file class.ilPageLinker.php.
References $ctrl, $profile_back_url, ilLMObject\_lookupContObjID(), ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\ctrl(), ilPortfolioPage\getGotoForPortfolioPageTarget(), ilWikiPage\getGotoForWikiPageTarget(), getLinkTargetsXML(), ilUserUtil\getNamePresentation(), and ilUserUtil\hasPublicProfile().
Here is the call graph for this function:| ilPageLinker::setOffline | ( | bool | $offline = true | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 49 of file class.ilPageLinker.php.
References $offline.
| ilPageLinker::setProfileBackUrl | ( | string | $url | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 54 of file class.ilPageLinker.php.
References $url.
|
protected |
Definition at line 30 of file class.ilPageLinker.php.
|
protected |
Definition at line 29 of file class.ilPageLinker.php.
Referenced by __construct(), and getLinkXML().
|
protected |
Definition at line 27 of file class.ilPageLinker.php.
Referenced by __construct(), and setOffline().
|
protected |
Definition at line 28 of file class.ilPageLinker.php.
Referenced by __construct(), and getLinkXML().