1 | <?php |
||
5 | class Meneame extends ProviderBase implements ProviderInterface |
||
6 | { |
||
7 | protected $domain = 'http://meneame.net'; |
||
8 | |||
9 | /** |
||
10 | * {@inheritdoc} |
||
11 | */ |
||
12 | public function shareUrl() |
||
19 | |||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | public function shareCountRequest() |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | public function shareCount($response) |
||
46 | } |
||
47 |