ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilObjCategoryReferenceAccess.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
25 {
42  public static function _getCommands(?int $a_ref_id = null): array
43  {
44  global $DIC;
45 
46  $ilAccess = $DIC->access();
47 
48  if ($ilAccess->checkAccess('write', '', $a_ref_id)) {
49  // Only local (reference specific commands)
50  $commands = [
51  ["permission" => "visible", "cmd" => "", "lang_var" => "show", "default" => true],
52  ["permission" => "write", "cmd" => "editReference", "lang_var" => "settings"]
53  ];
54  } else {
56  }
57  return $commands;
58  }
59 }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
global $DIC
Definition: shib_login.php:22
static _getCommands(?int $a_ref_id=null)
get commands
static _getCommands()
get commands