|
ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilInfoScreenGUI. More...
Collaboration diagram for ilPermanentLinkGUI:Public Member Functions | |
| __construct ($a_type, $a_id, $a_append="", $a_target="") | |
| Example: type = "wiki", id (ref_id) = "234", append = "_Start_Page". | |
| setIncludePermanentLinkText ($a_includepermanentlinktext) | |
| Set Include permanent link text. | |
| getIncludePermanentLinkText () | |
| Get Include permanent link text. | |
| setType ($a_type) | |
| Set Type. | |
| getType () | |
| Get Type. | |
| setId ($a_id) | |
| Set Id. | |
| getId () | |
| Get Id. | |
| setAppend ($a_append) | |
| Set Append. | |
| getAppend () | |
| Get Append. | |
| setTarget ($a_target) | |
| Set Target. | |
| getTarget () | |
| Get Target. | |
| getHTML () | |
| Get HTML for link. | |
Class ilInfoScreenGUI.
ilPermanentLinkGUI: ilNoteGUI, ilFeedbackGUI, ilColumnGUI, ilPublicUserProfileGUI
Definition at line 37 of file class.ilPermanentLinkGUI.php.
| ilPermanentLinkGUI::__construct | ( | $a_type, | |
| $a_id, | |||
$a_append = "", |
|||
$a_target = "" |
|||
| ) |
Example: type = "wiki", id (ref_id) = "234", append = "_Start_Page".
Definition at line 42 of file class.ilPermanentLinkGUI.php.
References setAppend(), setId(), setIncludePermanentLinkText(), setTarget(), and setType().
Here is the call graph for this function:| ilPermanentLinkGUI::getAppend | ( | ) |
Get Append.
Definition at line 126 of file class.ilPermanentLinkGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilPermanentLinkGUI::getHTML | ( | ) |
Get HTML for link.
Definition at line 154 of file class.ilPermanentLinkGUI.php.
References $lng, $tpl, ilLink\_getStaticLink(), getAppend(), getId(), ilUtil\getImagePath(), getIncludePermanentLinkText(), getTarget(), and getType().
Here is the call graph for this function:| ilPermanentLinkGUI::getId | ( | ) |
Get Id.
Definition at line 106 of file class.ilPermanentLinkGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilPermanentLinkGUI::getIncludePermanentLinkText | ( | ) |
Get Include permanent link text.
Definition at line 66 of file class.ilPermanentLinkGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilPermanentLinkGUI::getTarget | ( | ) |
Get Target.
Definition at line 146 of file class.ilPermanentLinkGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilPermanentLinkGUI::getType | ( | ) |
Get Type.
Definition at line 86 of file class.ilPermanentLinkGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilPermanentLinkGUI::setAppend | ( | $a_append | ) |
Set Append.
| string | $a_append | Append |
Definition at line 116 of file class.ilPermanentLinkGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilPermanentLinkGUI::setId | ( | $a_id | ) |
Set Id.
| string | $a_id | Id |
Definition at line 96 of file class.ilPermanentLinkGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilPermanentLinkGUI::setIncludePermanentLinkText | ( | $a_includepermanentlinktext | ) |
Set Include permanent link text.
| boolean | $a_includepermanentlinktext | Include permanent link text |
Definition at line 56 of file class.ilPermanentLinkGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilPermanentLinkGUI::setTarget | ( | $a_target | ) |
Set Target.
| string | $a_target | Target |
Definition at line 136 of file class.ilPermanentLinkGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilPermanentLinkGUI::setType | ( | $a_type | ) |
Set Type.
| string | $a_type | Type |
Definition at line 76 of file class.ilPermanentLinkGUI.php.
Referenced by __construct().
Here is the caller graph for this function: