ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Create a directory. More...
Public Member Functions | |
__construct (string $path, int $permissions=self::DEFAULT_DIRECTORY_PERMISSIONS) | |
getHash () | |
Uses hashed Path. More... | |
getLabel () | |
isNotable () | |
Defaults to 'true'. More... | |
getPreconditions (Environment $environment) | |
achieve (Environment $environment) | |
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 | ) |
Implements ILIAS\Setup\Objective.
Definition at line 82 of file DirectoryCreatedObjective.php.
ILIAS\Setup\DirectoryCreatedObjective::getHash | ( | ) |
Uses hashed Path.
Implements ILIAS\Setup\Objective.
Definition at line 43 of file DirectoryCreatedObjective.php.
ILIAS\Setup\DirectoryCreatedObjective::getLabel | ( | ) |
Implements ILIAS\Setup\Objective.
Definition at line 51 of file DirectoryCreatedObjective.php.
ILIAS\Setup\DirectoryCreatedObjective::getPreconditions | ( | Environment | $environment | ) |
Implements ILIAS\Setup\Objective.
Definition at line 69 of file DirectoryCreatedObjective.php.
ILIAS\Setup\DirectoryCreatedObjective::isNotable | ( | ) |
Defaults to 'true'.
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.