SocialShare\SocialShare::__construct PHP Method

__construct() public method

public __construct ( Doctrine\Common\Cache\Cache $cache )
$cache Doctrine\Common\Cache\Cache
    public function __construct(Cache $cache)
    {
        $this->cache = $cache;
    }