snappymail/rainloop/v/1.2.6.410/app/libraries/Buzz/Client/BatchClientInterface.php

12 lines
173 B
PHP
Raw Normal View History

2013-09-25 03:04:44 +08:00
<?php
namespace Buzz\Client;
interface BatchClientInterface extends ClientInterface
{
/**
* Processes the queued requests.
*/
public function flush();
}