$left
$left : string
Represents a single filter expression.
__construct( $left, $operator, $right, $search = \MerchantAPI\ListQuery\FilterExpression::FILTER_SEARCH)
FilterExpressionEntry constructor.
$left | ||
$operator | ||
$right | ||
$search |
getLeft() : string
Get the left side of the expression.
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/gidriss/miva/tools/api-sdk/sdk-tools/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/gidriss/miva/tools/api-sdk/sdk-tools/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293setLeft(string $left) : \MerchantAPI\ListQuery\FilterExpressionEntry
Set the left side of the comparison.
string | $left |
getOperator() : string
Get the expression operator.
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/gidriss/miva/tools/api-sdk/sdk-tools/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/gidriss/miva/tools/api-sdk/sdk-tools/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293setOperator(string $operator) : \MerchantAPI\ListQuery\FilterExpressionEntry
Set the expression operator.
string | $operator |
getRight() : string
Get the right side of the expression.
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/gidriss/miva/tools/api-sdk/sdk-tools/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/gidriss/miva/tools/api-sdk/sdk-tools/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293setRight(string $right) : \MerchantAPI\ListQuery\FilterExpressionEntry
Set the right side of the expression.
string | $right |
getSearch() : string
Get the search type.
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/gidriss/miva/tools/api-sdk/sdk-tools/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/gidriss/miva/tools/api-sdk/sdk-tools/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293setSearch(string $search) : \MerchantAPI\ListQuery\FilterExpressionEntry
Set the search type.
string | $search |