| 1 | <?php |
||
| 15 | class Twitter extends Parser |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Get email |
||
| 19 | * |
||
| 20 | * @return string|null |
||
| 21 | */ |
||
| 22 | public function email(): ?string |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Get token info |
||
| 29 | * |
||
| 30 | * @return array |
||
| 31 | */ |
||
| 32 | public function tokenData(): array |
||
| 41 | |||
| 42 | /** |
||
| 43 | * Get profile info |
||
| 44 | * |
||
| 45 | * @return array |
||
| 46 | */ |
||
| 47 | public function profileData(): array |
||
| 55 | } |
||
| 56 |