PHP Class Cml\Queue

Afficher le fichier Open project: linhecheng/cmlphp

Méthodes publiques

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

Method Details

__callStatic() public static méthode

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

getQueue() public static méthode

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