Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
FilterBuilder.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Framework\Api;
8 
17 {
24  public function setField($field)
25  {
26  $this->data['field'] = $field;
27  return $this;
28  }
29 
36  public function setValue($value)
37  {
38  $this->data['value'] = $value;
39  return $this;
40  }
41 
48  public function setConditionType($conditionType)
49  {
50  $this->data['condition_type'] = $conditionType;
51  return $this;
52  }
53 }
$value
Definition: gender.phtml:16