Total Complexity | 1 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | class TimelineHashtagRequest extends TimelineRequest |
||
6 | { |
||
7 | /** @var string */ |
||
8 | public $hashtag; |
||
9 | |||
10 | /** |
||
11 | * TimelineHashtagRequest constructor. |
||
12 | * |
||
13 | * @param string $hashtag |
||
14 | * @param int $count |
||
15 | * @param int $offset |
||
16 | */ |
||
17 | public function __construct(string $hashtag, int $count = 20, int $offset = 0) |
||
24 |