ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
Definition:
Action.php:21
ILIAS\MetaData\Elements\Markers\Action
Action
Definition:
Action.php:24
ILIAS\MetaData\Elements\Markers\DELETE
@ DELETE
Definition:
Action.php:27
components
ILIAS
MetaData
classes
Elements
Markers
Action.php
Generated on Sat Oct 18 2025 23:03:27 for ILIAS by
1.9.4 (using
Doxyfile
)