| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilFileObjectRBACDatabaseSteps:
 Collaboration diagram for ilFileObjectRBACDatabaseSteps:Public Member Functions | |
| prepare (ilDBInterface $db) | |
| step_1 () | |
| assign to all roles which already have the "edit" operation assigned fo files  More... | |
| step_2 () | |
| add to all templates which already have the "edit" operation assigned fo files  More... | |
| step_3 () | |
  Public Member Functions inherited from ilDatabaseUpdateSteps | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps.  More... | |
Data Fields | |
| const | EDIT_FILE = "edit_file" | 
Protected Member Functions | |
| getOpsID (ilDBInterface $db, string $operation) | |
Private Attributes | |
| ilDBInterface | $database = null | 
Definition at line 26 of file class.ilFileObjectRBACDatabaseSteps.php.
      
  | 
  protected | 
Definition at line 36 of file class.ilFileObjectRBACDatabaseSteps.php.
References $res, ilDBInterface\fetchAssoc(), and ilDBInterface\queryF().
Referenced by step_1(), and step_2().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilFileObjectRBACDatabaseSteps::prepare | ( | ilDBInterface | $db | ) | 
Definition at line 31 of file class.ilFileObjectRBACDatabaseSteps.php.
| ilFileObjectRBACDatabaseSteps::step_1 | ( | ) | 
assign to all roles which already have the "edit" operation assigned fo files
Definition at line 50 of file class.ilFileObjectRBACDatabaseSteps.php.
References $q, $res, and getOpsID().
 Here is the call graph for this function:| ilFileObjectRBACDatabaseSteps::step_2 | ( | ) | 
add to all templates which already have the "edit" operation assigned fo files
Definition at line 88 of file class.ilFileObjectRBACDatabaseSteps.php.
References $q, $res, and getOpsID().
 Here is the call graph for this function:| ilFileObjectRBACDatabaseSteps::step_3 | ( | ) | 
Definition at line 114 of file class.ilFileObjectRBACDatabaseSteps.php.
      
  | 
  private | 
Definition at line 29 of file class.ilFileObjectRBACDatabaseSteps.php.
| const ilFileObjectRBACDatabaseSteps::EDIT_FILE = "edit_file" | 
Definition at line 28 of file class.ilFileObjectRBACDatabaseSteps.php.