ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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 $a_type, int $a_id, string $a_append="", string $a_target="") | |
Example: type = "wiki", id (ref_id) = "234", append = "_Start_Page". More... | |
setIncludePermanentLinkText (bool $a_includepermanentlinktext) | |
Set Include permanent link text. More... | |
getIncludePermanentLinkText () | |
Include permanent link text. More... | |
setType (string $a_type) | |
getType () | |
setId (string $a_id) | |
getId () | |
setAppend (string $a_append) | |
getAppend () | |
setTarget (string $a_target) | |
getTarget () | |
setTitle (string $a_val) | |
getTitle () | |
getHTML () | |
Protected Attributes | |
ilLanguage | $lng |
ilCtrl | $ctrl |
ilObjectDataCache | $obj_data_cache |
bool | $align_center = true |
bool | $includepermanentlinktext = false |
string | $type = "" |
string | $id = "" |
string | $append = "" |
string | $target = "" |
string | $title = "" |
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 Class for permanent links
Definition at line 24 of file class.ilPermanentLinkGUI.php.
ilPermanentLinkGUI::__construct | ( | string | $a_type, |
int | $a_id, | ||
string | $a_append = "" , |
||
string | $a_target = "" |
||
) |
Example: type = "wiki", id (ref_id) = "234", append = "_Start_Page".
Definition at line 40 of file class.ilPermanentLinkGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), setAppend(), setId(), setIncludePermanentLinkText(), setTarget(), and setType().
ilPermanentLinkGUI::getAppend | ( | ) |
Definition at line 99 of file class.ilPermanentLinkGUI.php.
References $append.
Referenced by getHTML().
ilPermanentLinkGUI::getHTML | ( | ) |
Definition at line 124 of file class.ilPermanentLinkGUI.php.
References $lng, $obj_data_cache, $tpl, ilLink\_getStaticLink(), getAppend(), getId(), getIncludePermanentLinkText(), getTarget(), getTitle(), getType(), and ilLanguage\txt().
ilPermanentLinkGUI::getId | ( | ) |
Definition at line 89 of file class.ilPermanentLinkGUI.php.
References $id.
Referenced by getHTML().
ilPermanentLinkGUI::getIncludePermanentLinkText | ( | ) |
Include permanent link text.
Definition at line 69 of file class.ilPermanentLinkGUI.php.
References $includepermanentlinktext.
Referenced by getHTML().
ilPermanentLinkGUI::getTarget | ( | ) |
Definition at line 109 of file class.ilPermanentLinkGUI.php.
References $target.
Referenced by getHTML().
ilPermanentLinkGUI::getTitle | ( | ) |
Definition at line 119 of file class.ilPermanentLinkGUI.php.
References $title.
Referenced by getHTML().
ilPermanentLinkGUI::getType | ( | ) |
Definition at line 79 of file class.ilPermanentLinkGUI.php.
References $type.
Referenced by getHTML().
ilPermanentLinkGUI::setAppend | ( | string | $a_append | ) |
Definition at line 94 of file class.ilPermanentLinkGUI.php.
Referenced by __construct().
ilPermanentLinkGUI::setId | ( | string | $a_id | ) |
Definition at line 84 of file class.ilPermanentLinkGUI.php.
Referenced by __construct().
ilPermanentLinkGUI::setIncludePermanentLinkText | ( | bool | $a_includepermanentlinktext | ) |
Set Include permanent link text.
Definition at line 61 of file class.ilPermanentLinkGUI.php.
Referenced by __construct().
ilPermanentLinkGUI::setTarget | ( | string | $a_target | ) |
Definition at line 104 of file class.ilPermanentLinkGUI.php.
Referenced by __construct().
ilPermanentLinkGUI::setTitle | ( | string | $a_val | ) |
Definition at line 114 of file class.ilPermanentLinkGUI.php.
ilPermanentLinkGUI::setType | ( | string | $a_type | ) |
Definition at line 74 of file class.ilPermanentLinkGUI.php.
Referenced by __construct().
|
protected |
Definition at line 29 of file class.ilPermanentLinkGUI.php.
|
protected |
Definition at line 33 of file class.ilPermanentLinkGUI.php.
Referenced by getAppend().
|
protected |
Definition at line 27 of file class.ilPermanentLinkGUI.php.
|
protected |
Definition at line 32 of file class.ilPermanentLinkGUI.php.
Referenced by getId().
|
protected |
Definition at line 30 of file class.ilPermanentLinkGUI.php.
Referenced by getIncludePermanentLinkText().
|
protected |
Definition at line 26 of file class.ilPermanentLinkGUI.php.
Referenced by getHTML().
|
protected |
Definition at line 28 of file class.ilPermanentLinkGUI.php.
Referenced by getHTML().
|
protected |
Definition at line 34 of file class.ilPermanentLinkGUI.php.
Referenced by getTarget().
|
protected |
Definition at line 35 of file class.ilPermanentLinkGUI.php.
Referenced by getTitle().
|
protected |
Definition at line 31 of file class.ilPermanentLinkGUI.php.
Referenced by getType().