ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables 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 28 of file ExpandableTreeTest.php.

Member Function Documentation

◆ build()

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

Definition at line 35 of file ExpandableTreeTest.php.

39  : C\Tree\Node\Node {
40  return $factory->simple($record->getLabel());
41  }
$factory
Definition: metadata.php:58

◆ getChildren()

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

Definition at line 30 of file ExpandableTreeTest.php.

30  : array
31  {
32  return $record->getChildren();
33  }

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