|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\StudyProgramme\Assignment\Zipper:Public Member Functions | |
| __construct (Node $focus) | |
| toChild (string $id) | |
| isTop () | |
| toParent () | |
| toPath (array $hops) | |
| getRoot () | |
| modifyFocus (callable $f) | |
| modifyAll (callable $f, Zipper $zipper=null) | |
Protected Attributes | |
| array | $path = [] |
Definition at line 23 of file Zipper.php.
| ILIAS\StudyProgramme\Assignment\Zipper::__construct | ( | Node | $focus | ) |
Definition at line 31 of file Zipper.php.
| ILIAS\StudyProgramme\Assignment\Zipper::getRoot | ( | ) |
Definition at line 69 of file Zipper.php.
References ILIAS\StudyProgramme\Assignment\Zipper\toParent().
Here is the call graph for this function:| ILIAS\StudyProgramme\Assignment\Zipper::isTop | ( | ) |
Definition at line 43 of file Zipper.php.
| ILIAS\StudyProgramme\Assignment\Zipper::modifyAll | ( | callable | $f, |
| Zipper | $zipper = null |
||
| ) |
Definition at line 87 of file Zipper.php.
References Vendor\Package\$f, and ILIAS\StudyProgramme\Assignment\Zipper\modifyFocus().
Here is the call graph for this function:| ILIAS\StudyProgramme\Assignment\Zipper::modifyFocus | ( | callable | $f | ) |
Definition at line 78 of file Zipper.php.
References Vendor\Package\$f.
Referenced by ILIAS\StudyProgramme\Assignment\Zipper\modifyAll().
Here is the caller graph for this function:| ILIAS\StudyProgramme\Assignment\Zipper::toChild | ( | string | $id | ) |
Definition at line 36 of file Zipper.php.
References $id.
Referenced by ILIAS\StudyProgramme\Assignment\Zipper\toPath().
Here is the caller graph for this function:| ILIAS\StudyProgramme\Assignment\Zipper::toParent | ( | ) |
Definition at line 48 of file Zipper.php.
Referenced by ILIAS\StudyProgramme\Assignment\Zipper\getRoot(), and updateParentProgresses().
Here is the caller graph for this function:| ILIAS\StudyProgramme\Assignment\Zipper::toPath | ( | array | $hops | ) |
Definition at line 58 of file Zipper.php.
References ILIAS\Survey\Mode\getId(), and ILIAS\StudyProgramme\Assignment\Zipper\toChild().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file Zipper.php.