ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Recursion Class Reference
+ Inheritance diagram for Recursion:
+ Collaboration diagram for Recursion:

Public Member Functions

 getChildren ($record, $environment=null)
 
 build (C\Tree\Node\Factory $factory, $record, $environment=null)
 

Detailed Description

Definition at line 47 of file ExpandableTreeTest.php.

Member Function Documentation

◆ build()

Recursion::build ( C\Tree\Node\Factory  $factory,
  $record,
  $environment = null 
)

Definition at line 54 of file ExpandableTreeTest.php.

58  : C\Tree\Node\Node {
59  return $factory->simple($record->getLabel());
60  }

◆ getChildren()

Recursion::getChildren (   $record,
  $environment = null 
)

Definition at line 49 of file ExpandableTreeTest.php.

49  : array
50  {
51  return $record->getChildren();
52  }

The documentation for this class was generated from the following files: