ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Creates a path for a start and endnode. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
getPath ($a_startnode, $a_endnode) | |
get path More... | |
enableTextOnly ($a_status) | |
render path as text only More... | |
textOnly () | |
show text only More... | |
enableHideLeaf ($a_status) | |
Hide leaf node in path. More... | |
hideLeaf () | |
setUseImages ($a_status) | |
set use images More... | |
getUseImages () | |
get use images More... | |
enableDisplayCut ($a_status) | |
Display a cut with "...". More... | |
displayCut () | |
Display a cut with "...". More... | |
Protected Member Functions | |
getHTML () | |
get html More... | |
buildTitle ($a_obj_id) | |
getPathIds () | |
Protected Attributes | |
$lng = null | |
$tree = null | |
Private Attributes | |
$startnode = ROOT_FOLDER_ID | |
$endnode = ROOT_FOLDER_ID | |
$textOnly = true | |
$useImages = false | |
$hide_leaf = true | |
$display_cut = false | |
Creates a path for a start and endnode.
Definition at line 33 of file class.ilPathGUI.php.
ilPathGUI::__construct | ( | ) |
|
protected |
$a_obj_id |
Definition at line 230 of file class.ilPathGUI.php.
References ilObject\_lookupTitle().
Referenced by getHTML().
ilPathGUI::displayCut | ( | ) |
Display a cut with "...".
Definition at line 138 of file class.ilPathGUI.php.
References $display_cut.
Referenced by getHTML().
ilPathGUI::enableDisplayCut | ( | $a_status | ) |
Display a cut with "...".
$a_status | bool |
Definition at line 129 of file class.ilPathGUI.php.
ilPathGUI::enableHideLeaf | ( | $a_status | ) |
Hide leaf node in path.
type | $a_status |
Definition at line 97 of file class.ilPathGUI.php.
Referenced by ilSessionClassificationPathGUI\getPathIds().
ilPathGUI::enableTextOnly | ( | $a_status | ) |
render path as text only
bool | $a_text_only | path as text only true/false |
Definition at line 79 of file class.ilPathGUI.php.
References textOnly().
Referenced by ilObjectCopyCourseGroupSelectionTableGUI\customizePath().
|
protected |
get html
Definition at line 147 of file class.ilPathGUI.php.
References $title, $tpl, $type, ilLink\_getLink(), ilObject\_lookupObjId(), ilObject\_lookupType(), buildTitle(), displayCut(), getPathIds(), ilUtil\getTypeIconPath(), getUseImages(), and textOnly().
Referenced by getPath().
ilPathGUI::getPath | ( | $a_startnode, | |
$a_endnode | |||
) |
get path
int | $a_startnode | ref_id of startnode |
int | $a_endnode | ref_id of endnode |
Definition at line 66 of file class.ilPathGUI.php.
References getHTML().
|
protected |
Definition at line 240 of file class.ilPathGUI.php.
References $path, and hideLeaf().
Referenced by getHTML().
ilPathGUI::getUseImages | ( | ) |
get use images
Definition at line 120 of file class.ilPathGUI.php.
References $useImages.
Referenced by getHTML().
ilPathGUI::hideLeaf | ( | ) |
Definition at line 102 of file class.ilPathGUI.php.
References $hide_leaf.
Referenced by getPathIds().
ilPathGUI::setUseImages | ( | $a_status | ) |
set use images
bool |
Definition at line 111 of file class.ilPathGUI.php.
Referenced by ilObjectCopyCourseGroupSelectionTableGUI\customizePath().
ilPathGUI::textOnly | ( | ) |
show text only
Definition at line 88 of file class.ilPathGUI.php.
References $textOnly.
Referenced by enableTextOnly(), and getHTML().
|
private |
Definition at line 41 of file class.ilPathGUI.php.
Referenced by displayCut().
|
private |
Definition at line 36 of file class.ilPathGUI.php.
|
private |
Definition at line 40 of file class.ilPathGUI.php.
Referenced by hideLeaf().
|
protected |
Definition at line 43 of file class.ilPathGUI.php.
Referenced by __construct().
|
private |
Definition at line 35 of file class.ilPathGUI.php.
|
private |
Definition at line 38 of file class.ilPathGUI.php.
Referenced by textOnly().
|
protected |
Definition at line 44 of file class.ilPathGUI.php.
Referenced by __construct().
|
private |
Definition at line 39 of file class.ilPathGUI.php.
Referenced by getUseImages().