snappymail/rainloop/v/1.2.7.414/app/libraries/Buzz/Client/BatchClientInterface.php
RainLoop Team 5c1e7bc676 v1.2.7.414
2013-09-29 00:03:55 +04:00

11 lines
173 B
PHP

<?php
namespace Buzz\Client;
interface BatchClientInterface extends ClientInterface
{
/**
* Processes the queued requests.
*/
public function flush();
}