consumerKey = $key; $this->consumerSecret = $secret; $this->keyType = $type; } public function getConsumerKey() { return $this->consumerKey; } public function getConsumerSecret() { return $this->consumerSecret; } public function getKeyType() { return $this->keyType; } }