|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Search\Clauses\Clause:
Collaboration diagram for ILIAS\MetaData\Search\Clauses\Clause:Public Member Functions | |
| __construct (bool $negated, bool $join, ?JoinPropertiesInterface $join_properties, ?BasicPropertiesInterface $basic_properties) | |
| isNegated () | |
| isJoin () | |
| joinProperties () | |
| basicProperties () | |
| isNegated () | |
| isJoin () | |
| joinProperties () | |
| basicProperties () | |
Protected Attributes | |
| bool | $negated |
| bool | $join |
| JoinPropertiesInterface | $join_properties |
| BasicPropertiesInterface | $basic_properties |
Definition at line 26 of file Clause.php.
| ILIAS\MetaData\Search\Clauses\Clause::__construct | ( | bool | $negated, |
| bool | $join, | ||
| ?JoinPropertiesInterface | $join_properties, | ||
| ?BasicPropertiesInterface | $basic_properties | ||
| ) |
Definition at line 33 of file Clause.php.
References ILIAS\MetaData\Search\Clauses\Clause\$basic_properties, ILIAS\MetaData\Search\Clauses\Clause\$join, ILIAS\MetaData\Search\Clauses\Clause\$join_properties, and ILIAS\MetaData\Search\Clauses\Clause\$negated.
| ILIAS\MetaData\Search\Clauses\Clause::basicProperties | ( | ) |
Implements ILIAS\MetaData\Search\Clauses\ClauseInterface.
Definition at line 60 of file Clause.php.
References ILIAS\MetaData\Search\Clauses\Clause\$basic_properties.
| ILIAS\MetaData\Search\Clauses\Clause::isJoin | ( | ) |
Implements ILIAS\MetaData\Search\Clauses\ClauseInterface.
Definition at line 50 of file Clause.php.
References ILIAS\MetaData\Search\Clauses\Clause\$join.
| ILIAS\MetaData\Search\Clauses\Clause::isNegated | ( | ) |
Implements ILIAS\MetaData\Search\Clauses\ClauseInterface.
Definition at line 45 of file Clause.php.
References ILIAS\MetaData\Search\Clauses\Clause\$negated.
| ILIAS\MetaData\Search\Clauses\Clause::joinProperties | ( | ) |
Implements ILIAS\MetaData\Search\Clauses\ClauseInterface.
Definition at line 55 of file Clause.php.
References ILIAS\MetaData\Search\Clauses\Clause\$join_properties.
|
protected |
Definition at line 31 of file Clause.php.
Referenced by ILIAS\MetaData\Search\Clauses\Clause\__construct(), and ILIAS\MetaData\Search\Clauses\Clause\basicProperties().
|
protected |
Definition at line 29 of file Clause.php.
Referenced by ILIAS\MetaData\Search\Clauses\Clause\__construct(), and ILIAS\MetaData\Search\Clauses\Clause\isJoin().
|
protected |
Definition at line 30 of file Clause.php.
Referenced by ILIAS\MetaData\Search\Clauses\Clause\__construct(), and ILIAS\MetaData\Search\Clauses\Clause\joinProperties().
|
protected |
Definition at line 28 of file Clause.php.
Referenced by ILIAS\MetaData\Search\Clauses\Clause\__construct(), and ILIAS\MetaData\Search\Clauses\Clause\isNegated().