ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
BasicPropertiesInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Search\Clauses\Properties
;
22
23
use
ILIAS\MetaData\Paths\PathInterface
;
24
use
ILIAS\MetaData\Search\Clauses\Mode
;
25
26
interface
BasicPropertiesInterface
27
{
28
public
function
path
():
PathInterface
;
29
30
public
function
mode
():
Mode
;
31
32
public
function
isModeNegated
(): bool;
33
34
public
function
value
(): string;
35
}
ILIAS\MetaData\Paths\PathInterface
Definition:
PathInterface.php:26
ILIAS\MetaData\Search\Clauses\Properties\BasicPropertiesInterface
Definition:
BasicPropertiesInterface.php:27
ILIAS\MetaData\Search\Clauses\Properties\BasicPropertiesInterface\path
path()
ILIAS\MetaData\Search\Clauses\Properties\BasicPropertiesInterface\isModeNegated
isModeNegated()
ILIAS\MetaData\Search\Clauses\Properties\BasicPropertiesInterface\mode
mode()
ILIAS\MetaData\Search\Clauses\Properties\BasicPropertiesInterface\value
value()
ILIAS\MetaData\Search\Clauses\Properties
Definition:
BasicProperties.php:21
ILIAS\MetaData\Search\Clauses\Mode
Mode
Definition:
Mode.php:24
components
ILIAS
MetaData
classes
Search
Clauses
Properties
BasicPropertiesInterface.php
Generated on Sat Oct 18 2025 23:03:27 for ILIAS by
1.9.4 (using
Doxyfile
)