ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 () | |
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().
ilPageLinker::getFullscreenLink | ( | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 212 of file class.ilPageLinker.php.
References ILIAS\Repository\ctrl().
ilPageLinker::getLayoutLinkTargets | ( | ) |
Implements ILIAS\COPage\PageLinker.
Definition at line 58 of file class.ilPageLinker.php.
Referenced by getLinkTargetsXML().
ilPageLinker::getLinkTargetsXML | ( | ) |
Definition at line 64 of file class.ilPageLinker.php.
References getLayoutLinkTargets().
Referenced by getLinkXML().
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().
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().