コード例 #1
0
ファイル: Form.php プロジェクト: rk4an/centreon
 /**
  * Returns the element's value, possibly with filters applied
  *
  */
 public function getValue()
 {
     return $this->formProcessor->getValue();
 }