crunchbutton/include/library/Buzz/Client/BatchClientInterface.php
2013-01-30 11:38:30 -08:00

12 lines
166 B
PHP
Executable File

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