ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Action.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Elements\Markers
;
22
23
enum
Action
:
string
24
{
25
case
NEUTRAL =
'neutral'
;
26
case
CREATE_OR_UPDATE =
'create or update'
;
27
case
DELETE
=
'delete'
;
28
}
ILIAS\MetaData\Elements\Markers\DELETE
Definition:
Action.php:27
ILIAS\MetaData\Elements\Markers
Definition:
Action.php:21
ILIAS\MetaData\Elements\Markers\Action
Action
Definition:
Action.php:23
components
ILIAS
MetaData
classes
Elements
Markers
Action.php
Generated on Sun Aug 31 2025 23:03:23 for ILIAS by
1.8.13 (using
Doxyfile
)