|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilFileSystemComponentDataDirectoryCreatedObjective:
Collaboration diagram for ilFileSystemComponentDataDirectoryCreatedObjective:Public Member Functions | |
| __construct (string $component_dir, int $base_location=self::DATADIR) | |
| getHash () | |
| getPreconditions (Setup\Environment $environment) | |
| achieve (Setup\Environment $environment) | |
| isApplicable (Setup\Environment $environment) | |
| @inheritDoc More... | |
Data Fields | |
| const | DATADIR = 1 |
| const | WEBDIR = 2 |
Protected Member Functions | |
| buildPath (Setup\Environment $environment) | |
Protected Attributes | |
| string | $component_dir |
| int | $base_location |
Definition at line 21 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
| ilFileSystemComponentDataDirectoryCreatedObjective::__construct | ( | string | $component_dir, |
| int | $base_location = self::DATADIR |
||
| ) |
Definition at line 31 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
References $base_location, $component_dir, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilFileSystemComponentDataDirectoryCreatedObjective::achieve | ( | Setup\Environment | $environment | ) |
Definition at line 89 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
References buildPath().
Here is the call graph for this function:
|
protected |
Definition at line 47 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
References $client_id, $component_dir, $data_dir, and $ini.
Referenced by achieve(), and isApplicable().
Here is the caller graph for this function:| ilFileSystemComponentDataDirectoryCreatedObjective::getHash | ( | ) |
Definition at line 42 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
| ilFileSystemComponentDataDirectoryCreatedObjective::getPreconditions | ( | Setup\Environment | $environment | ) |
Definition at line 73 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
References $config.
| ilFileSystemComponentDataDirectoryCreatedObjective::isApplicable | ( | Setup\Environment | $environment | ) |
@inheritDoc
Definition at line 98 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
References $path, and buildPath().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
Referenced by __construct().
|
protected |
Definition at line 26 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
Referenced by __construct(), and buildPath().
| const ilFileSystemComponentDataDirectoryCreatedObjective::DATADIR = 1 |
Definition at line 23 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
Referenced by ilBibliographicSetupAgent\getInstallObjective(), ilForumSetupAgent\getInstallObjective(), and ilMailSetupAgent\getInstallObjective().
| const ilFileSystemComponentDataDirectoryCreatedObjective::WEBDIR = 2 |
Definition at line 24 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
Referenced by ilLearningModuleSetupAgent\getInstallObjective(), ilLearningSequenceSetupAgent\getInstallObjective(), and ilUserSetupAgent\getInstallObjective().