ISearchBinaryOperator extends ISearchOperator
Tags
Table of Contents
- OPERATOR_AND = 'and'
- OPERATOR_NOT = 'not'
- OPERATOR_OR = 'or'
- getArguments() : \OCP\Files\Search\ISearchOperator[]
- The arguments for the binary operator
- getType() : string
- The type of binary operator
Constants
OPERATOR_AND
public
mixed
OPERATOR_AND
= 'and'
OPERATOR_NOT
public
mixed
OPERATOR_NOT
= 'not'
OPERATOR_OR
public
mixed
OPERATOR_OR
= 'or'
Methods
getArguments()
The arguments for the binary operator
public
getArguments() : \OCP\Files\Search\ISearchOperator[]
One argument for the 'not' operator and two for 'and' and 'or'
Tags
Return values
\OCP\Files\Search\ISearchOperator[] —getType()
The type of binary operator
public
getType() : string
One of the ISearchBinaryOperator::OPERATOR_* constants