예제 #1
0
파일: Client.php 프로젝트: crodas/worker
 public function __construct(Config $config)
 {
     $this->config = $config;
     $this->engine = $config->getEngine();
 }