ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Public Member Functions | |
__construct () | |
Constructor. More... | |
getPath (int $a_startnode, int $a_endnode) | |
get path More... | |
enableTextOnly (bool $a_status) | |
render path as text only More... | |
textOnly () | |
enableHideLeaf (bool $a_status) | |
Hide leaf node in path. More... | |
hideLeaf () | |
setUseImages (bool $a_status) | |
getUseImages () | |
get use images More... | |
enableDisplayCut (bool $a_status) | |
Display a cut with "...". More... | |
displayCut () | |
Display a cut with "...". More... | |
Protected Member Functions | |
getHTML () | |
get html More... | |
buildTitle (int $a_obj_id) | |
buildLink (int $ref_id, string $type) | |
getPathIds () | |
Protected Attributes | |
ilLanguage | $lng |
ilTree | $tree |
ilCtrlInterface | $ctrl |
ilObjectDefinition | $objectDefinition |
ILIAS Refinery Factory | $refinery |
Private Attributes | |
int | $startnode |
int | $endnode |
bool | $textOnly = true |
bool | $useImages = false |
bool | $hide_leaf = true |
bool | $display_cut = false |
Definition at line 21 of file class.ilPathGUI.php.
ilPathGUI::__construct | ( | ) |
Constructor.
Definition at line 40 of file class.ilPathGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ILIAS\Repository\objectDefinition(), ILIAS\Repository\refinery(), and ROOT_FOLDER_ID.
|
protected |
Definition at line 224 of file class.ilPathGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\objectDefinition(), and ILIAS\Repository\refinery().
Referenced by getHTML().
|
protected |
Definition at line 215 of file class.ilPathGUI.php.
References ilObject\_lookupTitle(), ilObject\_lookupType(), ILIAS\Repository\lng(), and ILIAS\Repository\objectDefinition().
Referenced by getHTML().
ilPathGUI::displayCut | ( | ) |
Display a cut with "...".
Definition at line 120 of file class.ilPathGUI.php.
References $display_cut.
Referenced by getHTML().
ilPathGUI::enableDisplayCut | ( | bool | $a_status | ) |
Display a cut with "...".
Definition at line 112 of file class.ilPathGUI.php.
ilPathGUI::enableHideLeaf | ( | bool | $a_status | ) |
Hide leaf node in path.
Definition at line 85 of file class.ilPathGUI.php.
Referenced by ilSessionClassificationPathGUI\getPathIds().
ilPathGUI::enableTextOnly | ( | bool | $a_status | ) |
render path as text only
bool | $a_text_only | path as text only true/false |
Definition at line 72 of file class.ilPathGUI.php.
References textOnly().
Referenced by ilObjectCopyCourseGroupSelectionTableGUI\customizePath().
|
protected |
get html
Definition at line 128 of file class.ilPathGUI.php.
References $ref_id, ilObject\_getIcon(), ilObject\_lookupObjId(), ilObject\_lookupType(), buildLink(), buildTitle(), displayCut(), getPathIds(), getUseImages(), ILIAS\Repository\lng(), ROOT_FOLDER_ID, and textOnly().
Referenced by getPath().
ilPathGUI::getPath | ( | int | $a_startnode, |
int | $a_endnode | ||
) |
get path
int | $a_startnode | ref_id of startnode |
int | $a_endnode | ref_id of endnode |
Definition at line 59 of file class.ilPathGUI.php.
References getHTML().
Referenced by ilObjectGUI\buildInputsForAdditionalDeletionReferences().
|
protected |
Definition at line 238 of file class.ilPathGUI.php.
References $path, and hideLeaf().
Referenced by getHTML().
ilPathGUI::getUseImages | ( | ) |
get use images
Definition at line 104 of file class.ilPathGUI.php.
References $useImages.
Referenced by getHTML().
ilPathGUI::hideLeaf | ( | ) |
Definition at line 90 of file class.ilPathGUI.php.
References $hide_leaf.
Referenced by getPathIds().
ilPathGUI::setUseImages | ( | bool | $a_status | ) |
Definition at line 95 of file class.ilPathGUI.php.
Referenced by ilObjectCopyCourseGroupSelectionTableGUI\customizePath().
ilPathGUI::textOnly | ( | ) |
Definition at line 77 of file class.ilPathGUI.php.
References $textOnly.
Referenced by enableTextOnly(), and getHTML().
|
protected |
Definition at line 33 of file class.ilPathGUI.php.
|
private |
Definition at line 29 of file class.ilPathGUI.php.
Referenced by displayCut().
|
private |
Definition at line 24 of file class.ilPathGUI.php.
|
private |
Definition at line 28 of file class.ilPathGUI.php.
Referenced by hideLeaf().
|
protected |
Definition at line 31 of file class.ilPathGUI.php.
|
protected |
Definition at line 34 of file class.ilPathGUI.php.
|
protected |
Definition at line 35 of file class.ilPathGUI.php.
|
private |
Definition at line 23 of file class.ilPathGUI.php.
|
private |
Definition at line 26 of file class.ilPathGUI.php.
Referenced by textOnly().
|
protected |
Definition at line 32 of file class.ilPathGUI.php.
|
private |
Definition at line 27 of file class.ilPathGUI.php.
Referenced by getUseImages().