TijsVerkoyen\Twitter\Twitter::getConsumerKey PHP Метод

getConsumerKey() защищенный Метод

Get the consumer key
protected getConsumerKey ( ) : string
Результат string
    protected function getConsumerKey()
    {
        return $this->consumerKey;
    }
Twitter