ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Command.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\GUI\Flow
;
22
27
#[\Attribute(\Attribute::TARGET_METHOD)]
28
class
Command
29
{
30
public
function
__construct
(
31
private
string
$permissions =
'read'
32
) {
33
}
34
35
public
function
getPermissions
(): string
36
{
37
return
$this->permissions;
38
}
39
40
}
ILIAS\GlobalScreen\GUI\Flow\Command
Definition:
Command.php:29
ILIAS\GlobalScreen\GUI\Flow\Command\__construct
__construct(private string $permissions='read')
Definition:
Command.php:30
ILIAS\GlobalScreen\GUI\Flow\Command\getPermissions
getPermissions()
Definition:
Command.php:35
ILIAS\GlobalScreen\GUI\Flow
Definition:
Command.php:21
components
ILIAS
GlobalScreen
src
GUI
Flow
Command.php
Generated on Sun Oct 19 2025 23:02:58 for ILIAS by
1.9.4 (using
Doxyfile
)