Twitter\Widgets\Buttons\Follow::hideCount PHP Method

hideCount() public method

Show only the Follow button, without a follower count
Since: 1.0.0
public hideCount ( ) : __CLASS__
return __CLASS__ support chaining
    public function hideCount()
    {
        $this->show_count = false;
        return $this;
    }