Example #1
0
 /**
  * Set value to strainer element
  *
  * @param $value
  * @return $this
  */
 public function setValue($value)
 {
     $this->element->setValue((array) $value);
     return $this;
 }