예제 #1
0
파일: Form.php 프로젝트: mothership-ec/cog
 /**
  * Add a single field to the form.
  *
  * @param BaseField $field
  */
 protected function _addField(BaseField $field)
 {
     $field->getFormField($this->_builder);
 }