Exemplo n.º 1
0
 public function addField()
 {
     $field = \Concrete\Package\Formify\Src\FormifyField::create($this->fID);
     return $field;
 }