*/ interface FormInterface { public function getField($fieldId); public function getFields(); }