コード例 #1
0
 /**
  * Get the enabled form fields.
  *
  * @return Component\Field\FieldCollection
  */
 public function getEnabledFormFields()
 {
     return $this->form->getEnabledFields();
 }