ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
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().
arBuilder::getAr | ( | ) |
Definition at line 74 of file class.arBuilder.php.
References $ar.
Referenced by generateDBUpdateForInstallation().
arBuilder::getStep | ( | ) |
Definition at line 84 of file class.arBuilder.php.
References $step.
Referenced by generateDBUpdateForInstallation().
arBuilder::setAr | ( | \ActiveRecord | $activeRecord | ) |
Definition at line 69 of file class.arBuilder.php.
Referenced by __construct().
arBuilder::setStep | ( | int | $step | ) |
Definition at line 79 of file class.arBuilder.php.
References $step.
Referenced by __construct().
|
protected |
Definition at line 26 of file class.arBuilder.php.
Referenced by getAr().
|
protected |
Definition at line 27 of file class.arBuilder.php.