| 1 | <?php declare(strict_types=1); |
||
| 7 | class Show extends BaseRequest |
||
| 8 | { |
||
| 9 | const METHOD = 'GET'; |
||
| 10 | const ENDPOINT = '/statuses/show.json'; |
||
| 11 | |||
| 12 | 6 | public function __construct(int $id) |
|
| 18 | |||
| 19 | 2 | public function trimUser(): Show |
|
| 25 | |||
| 26 | 2 | public function excludeEntities(): Show |
|
| 32 | |||
| 33 | 2 | public function includeUserRetweetStatus(): Show |
|
| 39 | } |
||
| 40 |