commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Commercetools\Api\Models\Search\SearchFilterExpression Interface Reference

Inherits Commercetools\Api\Models\Search\SearchCompoundExpression.

Inherited by Commercetools\Api\Models\Search\SearchFilterExpressionModel.

Public Member Functions

 getFilter ()
 
 setFilter (?SearchQueryExpressionCollection $filter)
 
- Public Member Functions inherited from Commercetools\Base\JsonObject
 get (string $field)
 
 with (?callable $callable=null)
 

Public Attributes

const FIELD_FILTER = 'filter'
 

Additional Inherited Members

- Static Public Member Functions inherited from Commercetools\Base\JsonObject
static of ($data=null)
 
static fromArray (array $data=[])
 
static fromStdClass (?stdClass $data=null)
 

Detailed Description

Definition at line 14 of file SearchFilterExpression.php.

Member Function Documentation

◆ getFilter()

Commercetools\Api\Models\Search\SearchFilterExpression::getFilter ( )
Returns
null|SearchQueryExpressionCollection

Implemented in Commercetools\Api\Models\Search\SearchFilterExpressionModel.

◆ setFilter()

Commercetools\Api\Models\Search\SearchFilterExpression::setFilter ( ?SearchQueryExpressionCollection  $filter)
Parameters
?SearchQueryExpressionCollection$filter

Implemented in Commercetools\Api\Models\Search\SearchFilterExpressionModel.

Member Data Documentation

◆ FIELD_FILTER

const Commercetools\Api\Models\Search\SearchFilterExpression::FIELD_FILTER = 'filter'

Definition at line 16 of file SearchFilterExpression.php.


The documentation for this interface was generated from the following file: