ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
JoinPropertiesInterface.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\Search\Clauses\Operator
;
24
use
ILIAS\MetaData\Search\Clauses\ClauseInterface
;
25
26
interface
JoinPropertiesInterface
27
{
28
public
function
operator
():
Operator
;
29
33
public
function
subClauses
(): \Generator;
34
}
ILIAS\MetaData\Search\Clauses\Properties\JoinPropertiesInterface\subClauses
subClauses()
ClauseInterface
ILIAS\MetaData\Search\Clauses\Properties\JoinPropertiesInterface\operator
operator()
ILIAS\MetaData\Search\Clauses\Properties\JoinPropertiesInterface
Definition:
JoinPropertiesInterface.php:26
ILIAS\MetaData\Search\Clauses\Properties
Definition:
BasicProperties.php:21
ILIAS\MetaData\Search\Clauses\Operator
Operator
Definition:
Operator.php:23
components
ILIAS
MetaData
classes
Search
Clauses
Properties
JoinPropertiesInterface.php
Generated on Mon Sep 1 2025 23:03:32 for ILIAS by
1.8.13 (using
Doxyfile
)