<?php namespace ThurData\Servers\KerioEmail\Core\UI\Interfaces; /** * Validator Interface * * @author Sławomir Miśkowicz <slawomir@thurdata.com> */ interface FormInterface { public function getField($fieldId); public function getFields(); }