ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ ilDoc Overview
DatabasePathsParserInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Repository\Utilities\Queries\Paths
;
22
23
use
ILIAS\MetaData\Paths\PathInterface
;
24
25
interface
DatabasePathsParserInterface
26
{
27
public
function
getSelectForQuery
(): string;
28
29
public
function
addPathAndGetColumn
(
30
PathInterface
$path
,
31
bool
$force_join_to_base_table
32
): string;
33
34
public
function
getTableAliasForFilters
(): string;
35
}
ILIAS\MetaData\Repository\Utilities\Queries\Paths\DatabasePathsParserInterface\addPathAndGetColumn
addPathAndGetColumn(PathInterface $path, bool $force_join_to_base_table)
ILIAS\MetaData\Repository\Utilities\Queries\Paths
Definition:
DatabasePathsParser.php:21
ILIAS\MetaData\Paths\PathInterface
Definition:
PathInterface.php:25
$path
$path
Definition:
ltiservices.php:29
ILIAS\MetaData\Repository\Utilities\Queries\Paths\DatabasePathsParserInterface\getTableAliasForFilters
getTableAliasForFilters()
ILIAS\MetaData\Repository\Utilities\Queries\Paths\DatabasePathsParserInterface
Definition:
DatabasePathsParserInterface.php:25
PathInterface
ILIAS\MetaData\Repository\Utilities\Queries\Paths\DatabasePathsParserInterface\getSelectForQuery
getSelectForQuery()
components
ILIAS
MetaData
classes
Repository
Utilities
Queries
Paths
DatabasePathsParserInterface.php
Generated on Tue Sep 2 2025 23:03:30 for ILIAS by
1.8.13 (using
Doxyfile
)