| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Create a directory. More...
 Inheritance diagram for ILIAS\Setup\Objective\DirectoryCreatedObjective:
 Collaboration diagram for ILIAS\Setup\Objective\DirectoryCreatedObjective:Public Member Functions | |
| __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) | |
| achieve (Setup\Environment $environment) | |
| isApplicable (Setup\Environment $environment) | |
  Public Member Functions inherited from ILIAS\Setup\Objective | |
| 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... | |
Data Fields | |
| const | DEFAULT_DIRECTORY_PERMISSIONS = 0755 | 
Protected Attributes | |
| string | $path | 
| int | $permissions | 
Create a directory.
Definition at line 28 of file DirectoryCreatedObjective.php.
| ILIAS\Setup\Objective\DirectoryCreatedObjective::__construct | ( | string | $path, | 
| int | $permissions = self::DEFAULT_DIRECTORY_PERMISSIONS  | 
        ||
| ) | 
Definition at line 35 of file DirectoryCreatedObjective.php.
References ILIAS\Setup\Objective\DirectoryCreatedObjective\$path, and ILIAS\Setup\Objective\DirectoryCreatedObjective\$permissions.
| ILIAS\Setup\Objective\DirectoryCreatedObjective::achieve | ( | Setup\Environment | $environment | ) | 
Definition at line 94 of file DirectoryCreatedObjective.php.
| ILIAS\Setup\Objective\DirectoryCreatedObjective::getHash | ( | ) | 
Uses hashed Path.
Implements ILIAS\Setup\Objective.
Definition at line 53 of file DirectoryCreatedObjective.php.
| ILIAS\Setup\Objective\DirectoryCreatedObjective::getLabel | ( | ) | 
Defaults to "Build $this->getArtifactPath()".
Implements ILIAS\Setup\Objective.
Definition at line 63 of file DirectoryCreatedObjective.php.
| ILIAS\Setup\Objective\DirectoryCreatedObjective::getPreconditions | ( | Setup\Environment | $environment | ) | 
Definition at line 81 of file DirectoryCreatedObjective.php.
| ILIAS\Setup\Objective\DirectoryCreatedObjective::isApplicable | ( | Setup\Environment | $environment | ) | 
Definition at line 109 of file DirectoryCreatedObjective.php.
| ILIAS\Setup\Objective\DirectoryCreatedObjective::isNotable | ( | ) | 
Defaults to 'true'.
Implements ILIAS\Setup\Objective.
Definition at line 73 of file DirectoryCreatedObjective.php.
      
  | 
  protected | 
Definition at line 32 of file DirectoryCreatedObjective.php.
Referenced by ILIAS\Setup\Objective\DirectoryCreatedObjective\__construct().
      
  | 
  protected | 
Definition at line 33 of file DirectoryCreatedObjective.php.
Referenced by ILIAS\Setup\Objective\DirectoryCreatedObjective\__construct().
| const ILIAS\Setup\Objective\DirectoryCreatedObjective::DEFAULT_DIRECTORY_PERMISSIONS = 0755 | 
Definition at line 30 of file DirectoryCreatedObjective.php.