ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\GlobalScreen\GUI\Flow\Command Class Reference
+ Collaboration diagram for ILIAS\GlobalScreen\GUI\Flow\Command:

Public Member Functions

 __construct (private string $permissions='read')
 
 getPermissions ()
 

Detailed Description

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s

Definition at line 28 of file Command.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\GlobalScreen\GUI\Flow\Command::__construct ( private string  $permissions = 'read')

Definition at line 30 of file Command.php.

32 {
33 }

Member Function Documentation

◆ getPermissions()

ILIAS\GlobalScreen\GUI\Flow\Command::getPermissions ( )

Definition at line 35 of file Command.php.

35 : string
36 {
37 return $this->permissions;
38 }

The documentation for this class was generated from the following file: