コード例 #1
0
ファイル: SlackService.php プロジェクト: jyggen/pingu
 public function __construct(LoopInterface $loop, Emitter $emitter, ClientInterface $httpClient = null)
 {
     $this->emitter = $emitter;
     parent::__construct($loop, $httpClient);
 }
コード例 #2
0
 public function __construct(LoopInterface $loop, $token, ClientInterface $httpClient = null)
 {
     parent::__construct($loop, $httpClient);
     $this->setToken($token);
 }