Queue
class Queue
队列调度中心,封装的队列的操作
Methods
static mixed
__callStatic(string $name, array $arguments)
访问Cml::getContainer()->make('cml_queue')中其余方法
Details
at line 29
static Base
getQueue(mixed $useCache = false)
获取Queue
at line 42
static mixed
__callStatic(string $name, array $arguments)
访问Cml::getContainer()->make('cml_queue')中其余方法