ILIAS
trunk Revision v11.0_alpha-1723-g8e69f309bab
|
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 () | |
![]() | |
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(), null, and ilDBInterface\queryF().
Referenced by step_1(), and step_2().
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().
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().
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.