Example #1
0
 /**
  * Render the filter field
  */
 public function render()
 {
     return \Form::filterInput($this->getInput(), $this->name, $this->label, $this->value);
 }