|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Page linker
Definition at line 23 of file class.ilPageLinker.php.
| ilPageLinker::__construct | ( | string | $cmd_gui_class, |
| bool | $offline = false, |
||
| string | $profile_back_url = "", |
||
| ilCtrl | $ctrl = null |
||
| ) |
Definition at line 30 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 212 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 58 of file class.ilPageLinker.php.
Referenced by getLinkTargetsXML().
Here is the caller graph for this function:| ilPageLinker::getLinkTargetsXML | ( | ) |
Definition at line 64 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 80 of file class.ilPageLinker.php.
References $ctrl, $profile_back_url, $target_arr, $target_id, $type, 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 47 of file class.ilPageLinker.php.
References $offline.
| ilPageLinker::setProfileBackUrl | ( | string | $url | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 52 of file class.ilPageLinker.php.
References $url.
|
protected |
Definition at line 28 of file class.ilPageLinker.php.
|
protected |
Definition at line 27 of file class.ilPageLinker.php.
Referenced by __construct(), and getLinkXML().
|
protected |
Definition at line 25 of file class.ilPageLinker.php.
Referenced by __construct(), and setOffline().
|
protected |
Definition at line 26 of file class.ilPageLinker.php.
Referenced by __construct(), and getLinkXML().