TijsVerkoyen\Twitter\Twitter::setConsumerKey PHP Method

setConsumerKey() protected method

Set the consumer key
protected setConsumerKey ( string $key )
$key string The consumer key to use.
    protected function setConsumerKey($key)
    {
        $this->consumerKey = (string) $key;
    }
Twitter