ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Mode.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Search\Clauses
;
22
23
enum
Mode
:
string
24
{
25
case
EQUALS =
'equals'
;
26
case
CONTAINS =
'contains'
;
27
case
STARTS_WITH =
'starts_with'
;
28
case
ENDS_WITH
=
'ends_with'
;
29
}
ILIAS\MetaData\Search\Clauses
Definition:
Clause.php:21
ILIAS\MetaData\Search\Clauses\Mode
Mode
Definition:
Mode.php:24
ILIAS\MetaData\Search\Clauses\ENDS_WITH
@ ENDS_WITH
Definition:
Mode.php:28
components
ILIAS
MetaData
classes
Search
Clauses
Mode.php
Generated on Sat Oct 18 2025 23:03:27 for ILIAS by
1.9.4 (using
Doxyfile
)