ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\ClauseInterface
Definition:
ClauseInterface.php:27
ILIAS\MetaData\Search\Clauses\Properties\JoinPropertiesInterface
Definition:
JoinPropertiesInterface.php:27
ILIAS\MetaData\Search\Clauses\Properties\JoinPropertiesInterface\subClauses
subClauses()
ILIAS\MetaData\Search\Clauses\Properties\JoinPropertiesInterface\operator
operator()
ILIAS\MetaData\Search\Clauses\Properties
Definition:
BasicProperties.php:21
ILIAS\MetaData\Search\Clauses\Operator
Operator
Definition:
Operator.php:24
components
ILIAS
MetaData
classes
Search
Clauses
Properties
JoinPropertiesInterface.php
Generated on Sun Oct 19 2025 23:03:19 for ILIAS by
1.9.4 (using
Doxyfile
)