|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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) | |
Data Fields | |
| const | DATADIR = 1 |
| const | WEBDIR = 2 |
Protected Member Functions | |
| buildPath (Setup\Environment $environment) | |
Protected Attributes | |
| string | $component_dir |
| int | $base_location |
Private Member Functions | |
| checkEnvironment (Setup\Environment $environment) | |
Definition at line 21 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
| ilFileSystemComponentDataDirectoryCreatedObjective::__construct | ( | string | $component_dir, |
| int | $base_location = self::DATADIR |
||
| ) |
Definition at line 30 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 83 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
References buildPath(), and checkEnvironment().
Here is the call graph for this function:
|
protected |
Definition at line 45 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:
|
private |
Definition at line 104 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
Referenced by achieve(), and isApplicable().
Here is the caller graph for this function:| ilFileSystemComponentDataDirectoryCreatedObjective::getHash | ( | ) |
Definition at line 40 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
| ilFileSystemComponentDataDirectoryCreatedObjective::getPreconditions | ( | Setup\Environment | $environment | ) |
Definition at line 67 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
| ilFileSystemComponentDataDirectoryCreatedObjective::isApplicable | ( | Setup\Environment | $environment | ) |
Definition at line 95 of file class.ilFileSystemComponentDataDirectoryCreatedObjective.php.
References buildPath(), and checkEnvironment().
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 ilForumSetupAgent\getInstallObjective(), ilMailSetupAgent\getInstallObjective(), and ilBibliographicSetupAgent\getInstallObjective().
| const ilFileSystemComponentDataDirectoryCreatedObjective::WEBDIR = 2 |