ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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\ENDS_WITH
Definition:
Mode.php:28
ILIAS\MetaData\Search\Clauses
Definition:
Clause.php:21
ILIAS\MetaData\Search\Clauses\Mode
Mode
Definition:
Mode.php:23
components
ILIAS
MetaData
classes
Search
Clauses
Mode.php
Generated on Sun Aug 31 2025 23:03:23 for ILIAS by
1.8.13 (using
Doxyfile
)