示例#1
0
文件: Form.php 项目: rk4an/centreon
 /**
  * Returns the element's value, possibly with filters applied
  *
  */
 public function getValue()
 {
     return $this->formProcessor->getValue();
 }