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

Methods

public OCP\Files\Search\ISearchBinaryOperator::getType()
The type of binary operator
One 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 operator
One 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