PHP Class Cml\Queue

Mostra file Open project: linhecheng/cmlphp

Public Methods

Method Description
__callStatic ( string $name, array $arguments ) : mixed 访问Cml::getContainer()->make('cml_queue')中其余方法
getQueue ( mixed $useCache = false ) : Base 获取Queue

Method Details

__callStatic() public static method

访问Cml::getContainer()->make('cml_queue')中其余方法
public static __callStatic ( string $name, array $arguments ) : mixed
$name string
$arguments array
return mixed

getQueue() public static method

获取Queue
public static getQueue ( mixed $useCache = false ) : Base
$useCache mixed 如果该锁服务使用的是cache,则这边可传配置文件中配置的cache的key
return Cml\Queue\Base