예제 #1
0
파일: Form.php 프로젝트: rk4an/centreon
 /**
  * Returns the element's value, possibly with filters applied
  *
  */
 public function getValue()
 {
     return $this->formProcessor->getValue();
 }