TijsVerkoyen\Twitter\Twitter::setConsumerKey PHP 메소드

setConsumerKey() 보호된 메소드

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