コード例 #1
0
ファイル: Select.php プロジェクト: frenchfrogs/framework
 /**
  * Set value to strainer element
  *
  * @param $value
  * @return $this
  */
 public function setValue($value)
 {
     $this->element->setValue((array) $value);
     return $this;
 }