|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilPathGUI:
Collaboration diagram for ilPathGUI: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.
Reimplemented in ilSessionClassificationPathGUI.
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.
Here is the call graph for this function:
|
protected |
Definition at line 224 of file class.ilPathGUI.php.
References $ref_id, ILIAS\Repository\ctrl(), ILIAS\Repository\objectDefinition(), and ILIAS\Repository\refinery().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilSessionClassificationPathGUI.
Definition at line 215 of file class.ilPathGUI.php.
References ilObject\_lookupTitle(), ilObject\_lookupType(), ILIAS\Repository\lng(), and ILIAS\Repository\objectDefinition().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPathGUI::displayCut | ( | ) |
Display a cut with "...".
Definition at line 120 of file class.ilPathGUI.php.
References $display_cut.
Referenced by getHTML().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
protected |
Reimplemented in ilSessionClassificationPathGUI.
Definition at line 244 of file class.ilPathGUI.php.
References $path, and hideLeaf().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPathGUI::getUseImages | ( | ) |
get use images
Definition at line 104 of file class.ilPathGUI.php.
References $useImages.
Referenced by getHTML().
Here is the caller graph for this function:| ilPathGUI::hideLeaf | ( | ) |
Definition at line 90 of file class.ilPathGUI.php.
References $hide_leaf.
Referenced by getPathIds().
Here is the caller graph for this function:| ilPathGUI::setUseImages | ( | bool | $a_status | ) |
Definition at line 95 of file class.ilPathGUI.php.
| ilPathGUI::textOnly | ( | ) |
Definition at line 77 of file class.ilPathGUI.php.
References $textOnly.
Referenced by enableTextOnly(), and getHTML().
Here is the caller graph for this function:
|
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().