|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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... | |
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 24 of file class.ilFileObjectRBACDatabaseSteps.php.
|
protected |
Definition at line 34 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 29 of file class.ilFileObjectRBACDatabaseSteps.php.
| ilFileObjectRBACDatabaseSteps::step_1 | ( | ) |
assign to all roles which already have the "edit" operation assigned fo files
Definition at line 48 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 86 of file class.ilFileObjectRBACDatabaseSteps.php.
References $q, $res, and getOpsID().
Here is the call graph for this function:
|
private |
Definition at line 27 of file class.ilFileObjectRBACDatabaseSteps.php.
| const ilFileObjectRBACDatabaseSteps::EDIT_FILE = "edit_file" |
Definition at line 26 of file class.ilFileObjectRBACDatabaseSteps.php.
Referenced by ilFileObjectRBACDatabase\getPreconditions().