snappymail/rainloop/v/1.2.5.406/app/libraries/Buzz/Client/BatchClientInterface.php
2013-09-24 23:04:44 +04:00

11 lines
173 B
PHP

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