ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private Services $http, private \ilCtrlInterface $ctrl) | |
ctrl () | |
redirect (string $command, ?string $target_class=null) | |
getHereAsFlow () | |
getParentAsURI (?string $cmd=null) | |
getHereAsURI (?string $cmd=null) | |
getTranslationAsURI (?string $command=null) | |
getURI (string $with_path) | |
getLinkTarget (object $target_class, ?string $command=null) | |
getCurrentClass () | |
getTargetByClass (array|string $target_class, ?string $command=null) | |
getTargetURI (object|array|string $target_class, ?string $command=null) | |
getCommand (?string $fallback=null) | |
ILIAS\GlobalScreen\GUI\Flow\Flow::__construct | ( | private Services | $http, |
private \ilCtrlInterface | $ctrl | ||
) |
ILIAS\GlobalScreen\GUI\Flow\Flow::ctrl | ( | ) |
Definition at line 39 of file Flow.php.
Referenced by ILIAS\GlobalScreen\GUI\Flow\Flow\getCommand(), ILIAS\GlobalScreen\GUI\Flow\Flow\getCurrentClass(), ILIAS\GlobalScreen\GUI\Flow\Flow\getHereAsFlow(), ILIAS\GlobalScreen\GUI\Flow\Flow\getLinkTarget(), ILIAS\GlobalScreen\GUI\Flow\Flow\getParentAsURI(), ILIAS\GlobalScreen\GUI\Flow\Flow\getTargetByClass(), ILIAS\GlobalScreen\GUI\Flow\Flow\getTranslationAsURI(), and ILIAS\GlobalScreen\GUI\Flow\Flow\redirect().
ILIAS\GlobalScreen\GUI\Flow\Flow::getCommand | ( | ?string | $fallback = null | ) |
Definition at line 122 of file Flow.php.
References ILIAS\GlobalScreen\GUI\Flow\Flow\ctrl().
ILIAS\GlobalScreen\GUI\Flow\Flow::getCurrentClass | ( | ) |
Definition at line 99 of file Flow.php.
References ILIAS\GlobalScreen\GUI\Flow\Flow\ctrl().
Referenced by ILIAS\GlobalScreen\GUI\Flow\Flow\redirect().
ILIAS\GlobalScreen\GUI\Flow\Flow::getHereAsFlow | ( | ) |
Definition at line 51 of file Flow.php.
References $c, and ILIAS\GlobalScreen\GUI\Flow\Flow\ctrl().
Referenced by ILIAS\GlobalScreen\GUI\Flow\Flow\getParentAsURI().
ILIAS\GlobalScreen\GUI\Flow\Flow::getHereAsURI | ( | ?string | $cmd = null | ) |
Definition at line 67 of file Flow.php.
References ILIAS\FileDelivery\http().
ILIAS\GlobalScreen\GUI\Flow\Flow::getLinkTarget | ( | object | $target_class, |
?string | $command = null |
||
) |
Definition at line 94 of file Flow.php.
References ILIAS\GlobalScreen\GUI\Flow\Flow\ctrl().
ILIAS\GlobalScreen\GUI\Flow\Flow::getParentAsURI | ( | ?string | $cmd = null | ) |
Definition at line 57 of file Flow.php.
References ILIAS\GlobalScreen\GUI\Flow\Flow\ctrl(), ILIAS\GlobalScreen\GUI\Flow\Flow\getHereAsFlow(), and ILIAS\GlobalScreen\GUI\Flow\Flow\getTargetURI().
ILIAS\GlobalScreen\GUI\Flow\Flow::getTargetByClass | ( | array|string | $target_class, |
?string | $command = null |
||
) |
Definition at line 108 of file Flow.php.
References ILIAS\GlobalScreen\GUI\Flow\Flow\ctrl().
Referenced by ILIAS\GlobalScreen\GUI\Flow\Flow\getTargetURI().
ILIAS\GlobalScreen\GUI\Flow\Flow::getTargetURI | ( | object|array|string | $target_class, |
?string | $command = null |
||
) |
Definition at line 113 of file Flow.php.
References ILIAS\GlobalScreen\GUI\Flow\Flow\getTargetByClass(), and ILIAS\GlobalScreen\GUI\Flow\Flow\getURI().
Referenced by ILIAS\GlobalScreen\GUI\Flow\Flow\getParentAsURI(), and ILIAS\GlobalScreen\GUI\Flow\Flow\getTranslationAsURI().
ILIAS\GlobalScreen\GUI\Flow\Flow::getTranslationAsURI | ( | ?string | $command = null | ) |
Definition at line 76 of file Flow.php.
References $c, ILIAS\GlobalScreen\GUI\Flow\Flow\ctrl(), and ILIAS\GlobalScreen\GUI\Flow\Flow\getTargetURI().
ILIAS\GlobalScreen\GUI\Flow\Flow::getURI | ( | string | $with_path | ) |
Definition at line 85 of file Flow.php.
References ILIAS\FileDelivery\http().
Referenced by ILIAS\GlobalScreen\GUI\Flow\Flow\getTargetURI().
ILIAS\GlobalScreen\GUI\Flow\Flow::redirect | ( | string | $command, |
?string | $target_class = null |
||
) |
Definition at line 44 of file Flow.php.
References ILIAS\GlobalScreen\GUI\Flow\Flow\ctrl(), and ILIAS\GlobalScreen\GUI\Flow\Flow\getCurrentClass().