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