コード例 #1
0
ファイル: DispatcherLoop.php プロジェクト: GunioRobot/predis
 /**
  * @param Client Client instance used by the context.
  */
 public function __construct(Client $client)
 {
     $this->_callbacks = array();
     $this->_client = $client;
     $this->_pubSubContext = $client->pubSub();
 }