コード例 #1
0
 /**
  * Magic method for all calls. Passes the call through to the client with queue key
  *
  * @access public
  * @param string $method
  * @param array $arguments
  * @return mixed
  */
 public function __call($method, $arguments = array())
 {
     $this->client->queueCommand($this->key, $method, $arguments);
 }