ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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:25
ILIAS\MetaData\Search\Clauses\Properties\BasicPropertiesInterface\path
path()
ILIAS\MetaData\Search\Clauses\Properties\BasicPropertiesInterface\mode
mode()
ILIAS\MetaData\Search\Clauses\Properties\BasicPropertiesInterface\isModeNegated
isModeNegated()
ILIAS\MetaData\Search\Clauses\Properties\BasicPropertiesInterface\value
value()
ILIAS\MetaData\Search\Clauses\Properties
Definition:
BasicProperties.php:21
ILIAS\MetaData\Search\Clauses\Properties\BasicPropertiesInterface
Definition:
BasicPropertiesInterface.php:26
PathInterface
ILIAS\MetaData\Search\Clauses\Mode
Mode
Definition:
Mode.php:23
components
ILIAS
MetaData
classes
Search
Clauses
Properties
BasicPropertiesInterface.php
Generated on Mon Sep 1 2025 23:03:32 for ILIAS by
1.8.13 (using
Doxyfile
)