ILIAS
Release_4_0_x_branch Revision 61816
|
Creates a path for a start and endnode. More...
Public Member Functions | |
__construct () | |
Constructor. | |
getPath ($a_startnode, $a_endnode) | |
get path | |
enableTextOnly ($a_status) | |
render path as text only | |
textOnly () | |
show text only | |
setUseImages ($a_status) | |
set use images | |
getUseImages () | |
get use images |
Protected Member Functions | |
getHTML () | |
get html | |
getPathIds () |
Protected Attributes | |
$lng = null | |
$tree = null |
Private Attributes | |
$startnode = ROOT_FOLDER_ID | |
$endnode = ROOT_FOLDER_ID | |
$textOnly = true | |
$useImages = false |
Creates a path for a start and endnode.
Definition at line 33 of file class.ilPathGUI.php.
ilPathGUI::__construct | ( | ) |
ilPathGUI::enableTextOnly | ( | $a_status | ) |
render path as text only
bool | $a_text_only | path as text only true/false |
Definition at line 75 of file class.ilPathGUI.php.
References textOnly().
|
protected |
get html
Definition at line 112 of file class.ilPathGUI.php.
References $ref_id, $title, $tpl, $type, ilLink\_getLink(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilObject\_lookupType(), 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 62 of file class.ilPathGUI.php.
References getHTML().
|
protected |
@return |
Definition at line 190 of file class.ilPathGUI.php.
Referenced by getHTML().
ilPathGUI::getUseImages | ( | ) |
get use images
Definition at line 103 of file class.ilPathGUI.php.
References $useImages.
Referenced by getHTML().
ilPathGUI::setUseImages | ( | $a_status | ) |
set use images
bool |
Definition at line 94 of file class.ilPathGUI.php.
ilPathGUI::textOnly | ( | ) |
show text only
Definition at line 84 of file class.ilPathGUI.php.
References $textOnly.
Referenced by enableTextOnly(), and getHTML().
|
private |
Definition at line 36 of file class.ilPathGUI.php.
|
protected |
Definition at line 41 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 42 of file class.ilPathGUI.php.
Referenced by __construct().
|
private |
Definition at line 39 of file class.ilPathGUI.php.
Referenced by getUseImages().