<?php namespace ThurData\Servers\KerioEmail\Core\UI\Interfaces; /** * Validator Interface * * @autor ThurData <info@thrudata.ch> */ interface FormInterface { public function getField($fieldId); public function getFields(); }