Twitter\Intents\Tweet::getHashtags PHP Méthode

getHashtags() public méthode

Get a list of hashtags stored for the Tweet
Since: 1.0.0
public getHashtags ( ) : array
Résultat array hashtags { @type string hashtag }
    public function getHashtags()
    {
        return array_values($this->hashtags);
    }