ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilFileObjectRBACDatabase.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
24 use ILIAS\Refinery;
25 use ILIAS\Setup;
28 
33 {
34  public function getPreconditions(Environment $environment): array
35  {
36  return array_merge(
37  parent::getPreconditions($environment),
38  [
41  "Edit File",
42  "object",
43  5990,
44  ["file"]
45  )
46  ]
47  );
48  }
49 
50 }
getPreconditions(Environment $environment)
Objectives might depend on other objectives.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.
Definition: Environment.php:27