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