|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Store information about the installation, like title, description and contact information in the according fields in the ini or database. More...
Inheritance diagram for ilInstallationInformationStoredObjective:
Collaboration diagram for ilInstallationInformationStoredObjective: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 11 of file class.ilInstallationInformationStoredObjective.php.
| ilInstallationInformationStoredObjective::__construct | ( | \ilSystemFolderSetupConfig | $config | ) |
Definition at line 18 of file class.ilInstallationInformationStoredObjective.php.
References $config.
| ilInstallationInformationStoredObjective::achieve | ( | Setup\Environment | $environment | ) |
Definition at line 47 of file class.ilInstallationInformationStoredObjective.php.
| ilInstallationInformationStoredObjective::getHash | ( | ) |
Definition at line 24 of file class.ilInstallationInformationStoredObjective.php.
| ilInstallationInformationStoredObjective::getLabel | ( | ) |
Definition at line 29 of file class.ilInstallationInformationStoredObjective.php.
| ilInstallationInformationStoredObjective::getPreconditions | ( | Setup\Environment | $environment | ) |
Definition at line 39 of file class.ilInstallationInformationStoredObjective.php.
| ilInstallationInformationStoredObjective::isApplicable | ( | Setup\Environment | $environment | ) |
@inheritDoc
Definition at line 81 of file class.ilInstallationInformationStoredObjective.php.
| ilInstallationInformationStoredObjective::isNotable | ( | ) |
Definition at line 34 of file class.ilInstallationInformationStoredObjective.php.
|
protected |
Definition at line 16 of file class.ilInstallationInformationStoredObjective.php.
Referenced by __construct().