ILIAS
release_8 Revision v8.19
|
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().
ILIAS\StudyProgramme\Assignment\Zipper::isTop | ( | ) |
Definition at line 43 of file Zipper.php.
Referenced by updateParentProgresses().
ILIAS\StudyProgramme\Assignment\Zipper::modifyAll | ( | callable | $f, |
Zipper | $zipper = null |
||
) |
Definition at line 87 of file Zipper.php.
References ILIAS\StudyProgramme\Assignment\Zipper\modifyFocus().
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().
ILIAS\StudyProgramme\Assignment\Zipper::toChild | ( | string | $id | ) |
Definition at line 36 of file Zipper.php.
Referenced by ILIAS\StudyProgramme\Assignment\Zipper\toPath().
ILIAS\StudyProgramme\Assignment\Zipper::toParent | ( | ) |
Definition at line 48 of file Zipper.php.
Referenced by ILIAS\StudyProgramme\Assignment\Zipper\getRoot(), and updateParentProgresses().
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().
|
protected |
Definition at line 28 of file Zipper.php.