コード例 #1
0
ファイル: BaseErector.php プロジェクト: Joal01/fof
 /**
  * Push the form and strings to the builder
  */
 protected function pushResults()
 {
     $this->builder->setStrings($this->strings);
     $this->builder->setXml($this->xml);
 }