<?php namespace ThurData\Servers\KerioEmail\Core\UI\Interfaces; /** * Ajax Response Interface */ interface ResponseInterface { public function getFormatedResponse(); }