|
ILIAS
release_8 Revision v8.24
|
Reads and store cms tree in database. More...
Collaboration diagram for ilECSTreeReader:Public Member Functions | |
| __construct (int $server_id, int $mid) | |
| Constructor. More... | |
| read () | |
| Read trees from ecs. More... | |
Protected Member Functions | |
| storeTree ($tree_id, $a_nodes) | |
Private Attributes | |
| ilLogger | $logger |
| int | $server_id |
| int | $mid |
Reads and store cms tree in database.
Definition at line 25 of file class.ilECSTreeReader.php.
| ilECSTreeReader::__construct | ( | int | $server_id, |
| int | $mid | ||
| ) |
Constructor.
Definition at line 35 of file class.ilECSTreeReader.php.
References $DIC, $mid, $server_id, and ILIAS\Repository\logger().
Here is the call graph for this function:| ilECSTreeReader::read | ( | ) |
Read trees from ecs.
| ilECSConnectorException |
Definition at line 52 of file class.ilECSTreeReader.php.
References ilECSSetting\getInstanceByServerId(), ILIAS\Repository\logger(), storeTree(), and ilECSCmsData\treeExists().
Here is the call graph for this function:
|
protected |
Definition at line 70 of file class.ilECSTreeReader.php.
References $data, and ilECSCmsData\lookupObjId().
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 27 of file class.ilECSTreeReader.php.
|
private |
Definition at line 30 of file class.ilECSTreeReader.php.
Referenced by __construct().
|
private |
Definition at line 29 of file class.ilECSTreeReader.php.
Referenced by __construct().