ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
NullDatabasePathsParser.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
26 {
27  public function getSelectForQuery(): string
28  {
29  return '';
30  }
31 
32  public function addPathAndGetColumn(
34  bool $force_join_to_base_table
35  ): string {
36  return '';
37  }
38 
39  public function getTableAliasForFilters(): string
40  {
41  return '';
42  }
43 }
$path
Definition: ltiservices.php:29
addPathAndGetColumn(PathInterface $path, bool $force_join_to_base_table)