|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilFileObjectRBACDatabaseSteps:
Collaboration diagram for ilFileObjectRBACDatabaseSteps:Public Member Functions | |
| prepare (ilDBInterface $db) | |
| step_1 () | |
| @description assign to all roles which already have the "edit" operation assigned fo files More... | |
| step_2 () | |
| @description 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.
References ILIAS\Repository\database().
Here is the call graph for this function:| ilFileObjectRBACDatabaseSteps::step_1 | ( | ) |
@description 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, ILIAS\Repository\database(), and getOpsID().
Here is the call graph for this function:| ilFileObjectRBACDatabaseSteps::step_2 | ( | ) |
@description 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, ILIAS\Repository\database(), and getOpsID().
Here is the call graph for this function:| ilFileObjectRBACDatabaseSteps::step_3 | ( | ) |
Definition at line 114 of file class.ilFileObjectRBACDatabaseSteps.php.
References ILIAS\Repository\database().
Here is the call graph for this function:
|
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.