ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
NullDatabasePathsParser.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
class
NullDatabasePathsParser
implements
DatabasePathsParserInterface
26
{
27
public
function
getSelectForQuery
(): string
28
{
29
return
''
;
30
}
31
32
public
function
addPathAndGetColumn
(
33
PathInterface
$path
,
34
bool
$force_join_to_base_table
35
): string {
36
return
''
;
37
}
38
39
public
function
getTableAliasForFilters
(): string
40
{
41
return
''
;
42
}
43
}
ILIAS\MetaData\Repository\Utilities\Queries\Paths
Definition:
DatabasePathsParser.php:21
ILIAS\MetaData\Repository\Utilities\Queries\Paths\NullDatabasePathsParser\getTableAliasForFilters
getTableAliasForFilters()
Definition:
NullDatabasePathsParser.php:39
ILIAS\MetaData\Paths\PathInterface
Definition:
PathInterface.php:25
ILIAS\MetaData\Repository\Utilities\Queries\Paths\NullDatabasePathsParser
Definition:
NullDatabasePathsParser.php:25
$path
$path
Definition:
ltiservices.php:29
ILIAS\MetaData\Repository\Utilities\Queries\Paths\NullDatabasePathsParser\getSelectForQuery
getSelectForQuery()
Definition:
NullDatabasePathsParser.php:27
ILIAS\MetaData\Repository\Utilities\Queries\Paths\NullDatabasePathsParser\addPathAndGetColumn
addPathAndGetColumn(PathInterface $path, bool $force_join_to_base_table)
Definition:
NullDatabasePathsParser.php:32
ILIAS\MetaData\Repository\Utilities\Queries\Paths\DatabasePathsParserInterface
Definition:
DatabasePathsParserInterface.php:25
PathInterface
components
ILIAS
MetaData
classes
Repository
Utilities
Queries
Paths
NullDatabasePathsParser.php
Generated on Wed Sep 3 2025 23:03:29 for ILIAS by
1.8.13 (using
Doxyfile
)