예제 #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);
 }