Open Journal Systems
3.3.0
TaskQueueInterface.php
1
<?php
2
namespace
GuzzleHttp\Promise
;
3
4
interface
TaskQueueInterface
5
{
11
public
function
isEmpty
();
12
19
public
function
add
(callable $task);
20
24
public
function
run
();
25
}
GuzzleHttp\Promise\TaskQueueInterface\run
run()
GuzzleHttp\Promise\TaskQueueInterface\isEmpty
isEmpty()
GuzzleHttp\Promise\TaskQueueInterface\add
add(callable $task)
GuzzleHttp\Promise\TaskQueueInterface
Definition:
TaskQueueInterface.php:4
GuzzleHttp\Promise
Definition:
AggregateException.php:2
plugins
paymethod
paypal
vendor
guzzlehttp
promises
src
TaskQueueInterface.php
Generated on Fri Aug 28 2020 14:53:46 for Open Journal Systems by
1.8.17