ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilStorageContainersExistingObjective. More...
Public Member Functions | |
__construct (array $storage_handler_ids=null) | |
getPreconditions (Setup\Environment $environment) | |
@inheritdocs More... | |
achieve (Setup\Environment $environment) | |
@inheritdocs More... | |
isApplicable (Setup\Environment $environment) | |
@inheritDoc More... | |
![]() | |
__construct (string $path, int $permissions=self::DEFAULT_DIRECTORY_PERMISSIONS) | |
getHash () | |
Uses hashed Path. More... | |
getLabel () | |
Defaults to "Build $this->getArtifactPath()". More... | |
isNotable () | |
Defaults to 'true'. More... | |
getPreconditions (Setup\Environment $environment) | |
@inheritdocs More... | |
achieve (Setup\Environment $environment) | |
@inheritdocs More... | |
isApplicable (Setup\Environment $environment) | |
@inheritDoc More... | |
![]() | |
getHash () | |
Get a hash for this objective. More... | |
getLabel () | |
Get a label that describes this objective. More... | |
isNotable () | |
Get to know if this is an interesting objective for a human. More... | |
getPreconditions (Environment $environment) | |
Objectives might depend on other objectives. More... | |
achieve (Environment $environment) | |
Objectives can be achieved. More... | |
isApplicable (Environment $environment) | |
Get to know whether the objective is applicable. More... | |
Protected Member Functions | |
buildStorageBasePath (Setup\Environment $environment) | |
Protected Attributes | |
$base_dir | |
$storage_handler_ids | |
![]() | |
$path | |
$permissions | |
Additional Inherited Members | |
![]() | |
const | DEFAULT_DIRECTORY_PERMISSIONS = 0755 |
Class ilStorageContainersExistingObjective.
Definition at line 11 of file class.ilStorageContainersExistingObjective.php.
ilStorageContainersExistingObjective::__construct | ( | array | $storage_handler_ids = null | ) |
Definition at line 22 of file class.ilStorageContainersExistingObjective.php.
References $storage_handler_ids, and ILIAS\GlobalScreen\Provider\__construct().
ilStorageContainersExistingObjective::achieve | ( | Setup\Environment | $environment | ) |
@inheritdocs
Reimplemented from ILIAS\Setup\Objective\DirectoryCreatedObjective.
Definition at line 55 of file class.ilStorageContainersExistingObjective.php.
References buildStorageBasePath().
|
protected |
Definition at line 29 of file class.ilStorageContainersExistingObjective.php.
References $base_dir, $client_id, and $ini.
Referenced by achieve(), and isApplicable().
ilStorageContainersExistingObjective::getPreconditions | ( | Setup\Environment | $environment | ) |
@inheritdocs
Reimplemented from ILIAS\Setup\Objective\DirectoryCreatedObjective.
Definition at line 39 of file class.ilStorageContainersExistingObjective.php.
References $config.
ilStorageContainersExistingObjective::isApplicable | ( | Setup\Environment | $environment | ) |
@inheritDoc
Reimplemented from ILIAS\Setup\Objective\DirectoryCreatedObjective.
Definition at line 71 of file class.ilStorageContainersExistingObjective.php.
References buildStorageBasePath().
|
protected |
Definition at line 16 of file class.ilStorageContainersExistingObjective.php.
Referenced by buildStorageBasePath().
|
protected |
Definition at line 18 of file class.ilStorageContainersExistingObjective.php.
Referenced by __construct().