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

setConsumerSecret() 보호된 메소드

Set the consumer secret
protected setConsumerSecret ( string $secret )
$secret string The consumer secret to use.
    protected function setConsumerSecret($secret)
    {
        $this->consumerSecret = (string) $secret;
    }
Twitter