TijsVerkoyen\Twitter\Twitter::setConsumerKey PHP Méthode

setConsumerKey() protected méthode

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