|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for arBuilder:Public Member Functions | |
| __construct (ActiveRecord $activeRecord, int $step=null) | |
| generateDBUpdateForInstallation () | |
| setAr (\ActiveRecord $activeRecord) | |
| getAr () | |
| setStep (int $step) | |
| getStep () | |
Protected Attributes | |
| ActiveRecord | $ar |
| int | $step = null |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class arBuilder
Definition at line 24 of file class.arBuilder.php.
| arBuilder::__construct | ( | ActiveRecord | $activeRecord, |
| int | $step = null |
||
| ) |
Definition at line 29 of file class.arBuilder.php.
References setAr(), and setStep().
Here is the call graph for this function:| arBuilder::generateDBUpdateForInstallation | ( | ) |
Definition at line 35 of file class.arBuilder.php.
References exit, arField\FIELD_TYPE_INTEGER, getAr(), ActiveRecord\getConnectorContainerName(), getStep(), ILIAS\UI\examples\Symbol\Glyph\Header\header(), and arFieldList\mapKey().
Here is the call graph for this function:| arBuilder::getAr | ( | ) |
Definition at line 74 of file class.arBuilder.php.
References $ar.
Referenced by generateDBUpdateForInstallation().
Here is the caller graph for this function:| arBuilder::getStep | ( | ) |
Definition at line 84 of file class.arBuilder.php.
References $step.
Referenced by generateDBUpdateForInstallation().
Here is the caller graph for this function:| arBuilder::setAr | ( | \ActiveRecord | $activeRecord | ) |
Definition at line 69 of file class.arBuilder.php.
Referenced by __construct().
Here is the caller graph for this function:| arBuilder::setStep | ( | int | $step | ) |
Definition at line 79 of file class.arBuilder.php.
References $step.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file class.arBuilder.php.
Referenced by getAr().
|
protected |
Definition at line 27 of file class.arBuilder.php.