consumerId = $consumerId; $this->consumerSecret = $consumerSecret; $this->callbackUrl = $callbackUrl; } /** * @return string */ public function getCallbackUrl() { return $this->callbackUrl; } /** * @return string */ public function getConsumerId() { return $this->consumerId; } /** * @return string */ public function getConsumerSecret() { return $this->consumerSecret; } }