ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NullFactory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
26{
27 public function getBasicClause(
29 Mode $mode,
30 string $value,
31 bool $is_mode_negated = false
33 return new NullClause();
34 }
35
36 public function getJoinedClauses(
37 Operator $operator,
38 ClauseInterface $first_clause,
39 ClauseInterface ...$further_clauses
41 return new NullClause();
42 }
43
45 {
46 return new NullClause();
47 }
48}
getNegatedClause(ClauseInterface $clause)
Negating a clause does not negate the condition on values, e.g.
Definition: NullFactory.php:44
getJoinedClauses(Operator $operator, ClauseInterface $first_clause, ClauseInterface ... $further_clauses)
Joins multiple clauses with an operator, leading to search clauses like: "Find all LOM sets that have...
Definition: NullFactory.php:36
getBasicClause(PathInterface $path, Mode $mode, string $value, bool $is_mode_negated=false)
Basic search clause with the following semantics: "Find all LOM sets that have at least one element a...
Definition: NullFactory.php:27
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