1 | <?php |
||
9 | class Add extends Api |
||
10 | { |
||
11 | /** |
||
12 | * Add a single link to Pocket. |
||
13 | * |
||
14 | * @param string $url |
||
15 | * @param string|null $title |
||
16 | * @param array|null $tags |
||
17 | * @param int|null $tweetId |
||
18 | * |
||
19 | * @return mixed |
||
20 | */ |
||
21 | public function single(string $url, string $title = null, array $tags = null, int $tweetId = null) |
||
39 | } |
||
40 |