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

getConsumerKey() 보호된 메소드

Get the consumer key
protected getConsumerKey ( ) : string
리턴 string
    protected function getConsumerKey()
    {
        return $this->consumerKey;
    }
Twitter