ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NullDatabasePathsParser.php
Go to the documentation of this file.
1<?php
2
19declare(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}
addPathAndGetColumn(PathInterface $path, bool $force_join_to_base_table)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$path
Definition: ltiservices.php:30