예제 #1
0
 public function validate($in = false)
 {
     return http_request::getRadioButton($this->name, $this->optionsEasy, $this->required);
 }