コード例 #1
0
ファイル: RenderContext.php プロジェクト: gsouf/uform
 /**
  * Get the value of the current element
  * @return array
  */
 public function getLocalValue()
 {
     return $this->formContext->getData()->getDataCopy();
 }