19 declare(strict_types=1);
40 return "Clone rbac operation from $this->src_ops to $this->dest_ops";
49 $env = parent::achieve($environment);
50 $db->insert(
"settings", [
51 "module" => [
"text", $this->type],
53 "value" => [
"text",
"1"]
69 "SELECT value FROM settings " .
70 " WHERE module = %s AND keyword = %s",
74 if ($rec =
$db->fetchAssoc($set)) {
75 if ($rec[
"value"] ===
"1") {
static _getCustomRBACOperationId(string $operation, ?\ilDBInterface $ilDB=null)
isApplicable(Environment $environment)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(string $type, string $src_ops, string $dest_ops)
achieve(Environment $environment)
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
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.
__construct(Container $dic, ilPlugin $plugin)