key = $key; $this->secret = $secret; $this->callbackUrl = $callbackUrl; } /** * @return string */ public function __toString() { return "Consumer[key=$this->key,secret=$this->secret]"; } }