ISearchBinaryOperator¶
-
interface
OCP\Files\Search\
ISearchBinaryOperator
¶ Implemented by: OC\Files\Search\SearchBinaryOperator
Source: lib/public/Files/Search/ISearchBinaryOperator.php#30 Parent: OCP\Files\Search\ISearchOperator
Constants¶
-
OPERATOR_AND = and
Source: lib/public/Files/Search/ISearchBinaryOperator.php#31
-
OPERATOR_OR = or
Source: lib/public/Files/Search/ISearchBinaryOperator.php#32
-
OPERATOR_NOT = not
Source: lib/public/Files/Search/ISearchBinaryOperator.php#33
Methods¶
-
public
OCP\Files\Search\ISearchBinaryOperator::
getType
()¶ - The type of binary operatorOne of the ISearchBinaryOperator::OPERATOR_* constants
Source: lib/public/Files/Search/ISearchBinaryOperator.php#43 Returns: string Since: 12.0.0
-
public
OCP\Files\Search\ISearchBinaryOperator::
getArguments
()¶ - The arguments for the binary operatorOne argument for the ‘not’ operator and two for ‘and’ and ‘or’
Source: lib/public/Files/Search/ISearchBinaryOperator.php#53 Returns: \OCP\Files\Search\ISearchOperator[]
Since: 12.0.0