|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Create a directory. More...
Inheritance diagram for ILIAS\Setup\DirectoryCreatedObjective:
Collaboration diagram for ILIAS\Setup\DirectoryCreatedObjective:Public Member Functions | |
| __construct (string $path, int $permissions=self::DEFAULT_DIRECTORY_PERMISSIONS) | |
| getHash () | |
| Uses hashed Path. More... | |
| getLabel () | |
| @inheritdocs More... | |
| isNotable () | |
| Defaults to 'true'. More... | |
| getPreconditions (Environment $environment) | |
| @inheritdocs More... | |
| achieve (Environment $environment) | |
| @inheritdocs 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... | |
Data Fields | |
| const | DEFAULT_DIRECTORY_PERMISSIONS = 0755 |
Protected Attributes | |
| $path | |
| $permissions | |
Create a directory.
Definition at line 11 of file DirectoryCreatedObjective.php.
| ILIAS\Setup\DirectoryCreatedObjective::__construct | ( | string | $path, |
| int | $permissions = self::DEFAULT_DIRECTORY_PERMISSIONS |
||
| ) |
Definition at line 25 of file DirectoryCreatedObjective.php.
References ILIAS\Setup\DirectoryCreatedObjective\$path, and ILIAS\Setup\DirectoryCreatedObjective\$permissions.
| ILIAS\Setup\DirectoryCreatedObjective::achieve | ( | Environment | $environment | ) |
@inheritdocs
Implements ILIAS\Setup\Objective.
Definition at line 82 of file DirectoryCreatedObjective.php.
| ILIAS\Setup\DirectoryCreatedObjective::getHash | ( | ) |
Uses hashed Path.
@inheritdocs
Implements ILIAS\Setup\Objective.
Definition at line 43 of file DirectoryCreatedObjective.php.
| ILIAS\Setup\DirectoryCreatedObjective::getLabel | ( | ) |
@inheritdocs
Implements ILIAS\Setup\Objective.
Definition at line 51 of file DirectoryCreatedObjective.php.
| ILIAS\Setup\DirectoryCreatedObjective::getPreconditions | ( | Environment | $environment | ) |
@inheritdocs
Implements ILIAS\Setup\Objective.
Definition at line 69 of file DirectoryCreatedObjective.php.
| ILIAS\Setup\DirectoryCreatedObjective::isNotable | ( | ) |
Defaults to 'true'.
@inheritdocs
Implements ILIAS\Setup\Objective.
Definition at line 61 of file DirectoryCreatedObjective.php.
|
protected |
Definition at line 18 of file DirectoryCreatedObjective.php.
Referenced by ILIAS\Setup\DirectoryCreatedObjective\__construct().
|
protected |
Definition at line 23 of file DirectoryCreatedObjective.php.
Referenced by ILIAS\Setup\DirectoryCreatedObjective\__construct().
| const ILIAS\Setup\DirectoryCreatedObjective::DEFAULT_DIRECTORY_PERMISSIONS = 0755 |
Definition at line 13 of file DirectoryCreatedObjective.php.