3 declare(strict_types=1);
41 'permission' =>
'read',
42 'cmd' => ControlFlowCommand::DEFAULT,
47 'permission' =>
'write',
48 'cmd' => ControlFlowCommand::DEFAULT,
64 public static function _checkGoto(
string $a_target): bool
68 $t_arr = explode(
'_', $a_target);
69 if ($t_arr[0] !==
'tala' || ((
int) $t_arr[1]) <= 0) {
72 if ($DIC->access()->checkAccess(
'read',
'', (
int) $t_arr[1])) {
static _getCommands()
get commands
static _checkGoto(string $a_target)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...