ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Store information about the installation, like title, description and contact information in the according fields in the ini or database. More...
Public Member Functions | |
__construct (\ilSystemFolderSetupConfig $config) | |
getHash () | |
getLabel () | |
isNotable () | |
getPreconditions (Setup\Environment $environment) | |
achieve (Setup\Environment $environment) | |
isApplicable (Setup\Environment $environment) | |
@inheritDoc More... | |
Protected Attributes | |
$config | |
Store information about the installation, like title, description and contact information in the according fields in the ini or database.
Definition at line 25 of file class.ilInstallationInformationStoredObjective.php.
ilInstallationInformationStoredObjective::__construct | ( | \ilSystemFolderSetupConfig | $config | ) |
Definition at line 32 of file class.ilInstallationInformationStoredObjective.php.
References $config.
ilInstallationInformationStoredObjective::achieve | ( | Setup\Environment | $environment | ) |
Definition at line 61 of file class.ilInstallationInformationStoredObjective.php.
References $ini, and ILIAS\Setup\Environment\getResource().
ilInstallationInformationStoredObjective::getHash | ( | ) |
Definition at line 38 of file class.ilInstallationInformationStoredObjective.php.
ilInstallationInformationStoredObjective::getLabel | ( | ) |
Definition at line 43 of file class.ilInstallationInformationStoredObjective.php.
ilInstallationInformationStoredObjective::getPreconditions | ( | Setup\Environment | $environment | ) |
Definition at line 53 of file class.ilInstallationInformationStoredObjective.php.
ilInstallationInformationStoredObjective::isApplicable | ( | Setup\Environment | $environment | ) |
@inheritDoc
Definition at line 95 of file class.ilInstallationInformationStoredObjective.php.
References $ini.
ilInstallationInformationStoredObjective::isNotable | ( | ) |
Definition at line 48 of file class.ilInstallationInformationStoredObjective.php.
|
protected |
Definition at line 30 of file class.ilInstallationInformationStoredObjective.php.
Referenced by __construct().