for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SocialLinks\Providers;
/**
* Cabozo is a galician social network.
*/
class Cabozo extends ProviderBase implements ProviderInterface
{
* {@inheritdoc}
public function shareUrl()
return $this->buildUrl(
'http://www.cabozo.com/share.php',
array('url')
);
}