ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
NullDatabasePathsParserFactory.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
NullDatabasePathsParserFactory
implements
DatabasePathsParserFactoryInterface
26
{
27
public
function
forSearch
():
DatabasePathsParserInterface
28
{
29
return
new
NullDatabasePathsParser
();
30
}
31
}
ILIAS\MetaData\Repository\Utilities\Queries\Paths\NullDatabasePathsParserFactory\forSearch
forSearch()
Definition:
NullDatabasePathsParserFactory.php:27
ILIAS\MetaData\Repository\Utilities\Queries\Paths
Definition:
DatabasePathsParser.php:21
ILIAS\MetaData\Repository\Utilities\Queries\Paths\NullDatabasePathsParser
Definition:
NullDatabasePathsParser.php:25
ILIAS\MetaData\Repository\Utilities\Queries\Paths\DatabasePathsParserFactoryInterface
Definition:
DatabasePathsParserFactoryInterface.php:25
ILIAS\MetaData\Repository\Utilities\Queries\Paths\DatabasePathsParserInterface
Definition:
DatabasePathsParserInterface.php:25
PathInterface
ILIAS\MetaData\Repository\Utilities\Queries\Paths\NullDatabasePathsParserFactory
Definition:
NullDatabasePathsParserFactory.php:25
components
ILIAS
MetaData
classes
Repository
Utilities
Queries
Paths
NullDatabasePathsParserFactory.php
Generated on Wed Sep 3 2025 23:03:29 for ILIAS by
1.8.13 (using
Doxyfile
)