|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 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().
Here is the call graph for this function:| 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().