ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjRemoteFileAccess.php
Go to the documentation of this file.
1 <?php
2 
18 declare(strict_types=1);
19 
31 {
44  public static function _getCommands(): array
45  {
46  $commands = array(
47  array("permission" => "read", "cmd" => "show", "lang_var" => "info",
48  "default" => true),
49  array("permission" => "write", "cmd" => "edit", "lang_var" => "edit")
50  );
51 
52  return $commands;
53  }
54 }
static _getCommands()
get commands