| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilNestedList:Public Member Functions | |
| __construct () | |
| setItemClass (string $a_val) | |
| getItemClass () | |
| setListClass (string $a_val, int $a_depth=0) | |
| getListClass (int $a_depth=0) | |
| addListNode (string $a_content, string $a_id, $a_parent=0) | |
| setAutoNumbering (bool $a_val) | |
| getAutoNumbering () | |
| getNumbers () | |
| getHTML () | |
| renderNode ( $a_id, ilTemplate $tpl, int $depth, array &$nr) | |
| listItemStart (ilTemplate $tpl) | |
| listItemEnd (ilTemplate $tpl) | |
| listStart (ilTemplate $tpl, int $depth) | |
| listEnd (ilTemplate $tpl) | |
Protected Attributes | |
| string | $item_class = "il_Explorer" | 
| array | $list_class = array() | 
| bool | $auto_numbering = false | 
| array | $nr = array() | 
| array | $nodes = [] | 
| array | $childs = [] | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Nested List
Definition at line 25 of file class.ilNestedList.php.
| ilNestedList::__construct | ( | ) | 
Definition at line 34 of file class.ilNestedList.php.
| ilNestedList::addListNode | ( | string | $a_content, | 
| string | $a_id, | ||
$a_parent = 0  | 
        |||
| ) | 
Definition at line 62 of file class.ilNestedList.php.
| ilNestedList::getAutoNumbering | ( | ) | 
Definition at line 76 of file class.ilNestedList.php.
References $auto_numbering.
Referenced by renderNode().
 Here is the caller graph for this function:| ilNestedList::getHTML | ( | ) | 
Definition at line 86 of file class.ilNestedList.php.
References listEnd(), listStart(), and renderNode().
 Here is the call graph for this function:| ilNestedList::getItemClass | ( | ) | 
Definition at line 46 of file class.ilNestedList.php.
References $item_class.
Referenced by listItemStart().
 Here is the caller graph for this function:| ilNestedList::getListClass | ( | int | $a_depth = 0 | ) | 
Definition at line 57 of file class.ilNestedList.php.
Referenced by listStart().
 Here is the caller graph for this function:| ilNestedList::getNumbers | ( | ) | 
| ilNestedList::listEnd | ( | ilTemplate | $tpl | ) | 
Definition at line 179 of file class.ilNestedList.php.
References ilTemplate\touchBlock().
Referenced by getHTML(), and renderNode().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilNestedList::listItemEnd | ( | ilTemplate | $tpl | ) | 
Definition at line 155 of file class.ilNestedList.php.
References ilTemplate\touchBlock().
Referenced by renderNode().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilNestedList::listItemStart | ( | ilTemplate | $tpl | ) | 
Definition at line 143 of file class.ilNestedList.php.
References getItemClass(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), HTML_Template_IT\setVariable(), and ilTemplate\touchBlock().
Referenced by renderNode().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilNestedList::listStart | ( | ilTemplate | $tpl, | 
| int | $depth | ||
| ) | 
Definition at line 161 of file class.ilNestedList.php.
References getListClass(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), HTML_Template_IT\setVariable(), and ilTemplate\touchBlock().
Referenced by getHTML(), and renderNode().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilNestedList::renderNode | ( | $a_id, | |
| ilTemplate | $tpl, | ||
| int | $depth, | ||
| array & | $nr | ||
| ) | 
Definition at line 103 of file class.ilNestedList.php.
References getAutoNumbering(), listEnd(), listItemEnd(), listItemStart(), listStart(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), HTML_Template_IT\setVariable(), and ilTemplate\touchBlock().
Referenced by getHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilNestedList::setAutoNumbering | ( | bool | $a_val | ) | 
Definition at line 71 of file class.ilNestedList.php.
| ilNestedList::setItemClass | ( | string | $a_val | ) | 
Definition at line 41 of file class.ilNestedList.php.
| ilNestedList::setListClass | ( | string | $a_val, | 
| int | $a_depth = 0  | 
        ||
| ) | 
Definition at line 52 of file class.ilNestedList.php.
      
  | 
  protected | 
Definition at line 29 of file class.ilNestedList.php.
Referenced by getAutoNumbering().
      
  | 
  protected | 
Definition at line 32 of file class.ilNestedList.php.
      
  | 
  protected | 
Definition at line 27 of file class.ilNestedList.php.
Referenced by getItemClass().
      
  | 
  protected | 
Definition at line 28 of file class.ilNestedList.php.
      
  | 
  protected | 
Definition at line 31 of file class.ilNestedList.php.
      
  | 
  protected | 
Definition at line 30 of file class.ilNestedList.php.
Referenced by getNumbers().