Fabien, there is a conflict - parent class already have getStore method - https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php#L105and it is *public*
On Fri, Apr 13, 2012 at 8:24 AM, Fabien Potencier < [email protected]> wrote: > fixed here: > > https://github.com/symfony/**symfony/commit/** > 70df8d38923e22bedd988a1c3c264e**94228725f7<https://github.com/symfony/symfony/commit/70df8d38923e22bedd988a1c3c264e94228725f7> > > Fabien > > -- > Fabien Potencier > Sensio CEO - Symfony lead developer > sensiolabs.com | symfony.com | fabien.potencier.org > Tél: +33 1 40 99 80 80 > > > On 4/12/12 10:42 AM, Dattaya wrote: > >> There is 'esi' service available. Is it possible to get Esi from SC >> instead of hardcoding it in HttpCache/HttpCache?: >> >> public function __construct(**HttpKernelInterface $kernel) >> { >> $store = new Store($kernel->getCacheDir().'**/http_cache'); >> $esi = new Esi(); >> >> https://github.com/symfony/**symfony/blob/master/src/**Symfony/Bundle/** >> FrameworkBundle/HttpCache/**HttpCache.php#L37<https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php#L37> >> >> >> -- >> If you want to report a vulnerability issue on symfony, please send it >> to security at symfony-project.com >> >> You received this message because you are subscribed to the Google >> Groups "symfony developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> symfony-devs+unsubscribe@**googlegroups.com<symfony-devs%[email protected]> >> For more options, visit this group at >> http://groups.google.com/**group/symfony-devs?hl=en<http://groups.google.com/group/symfony-devs?hl=en> >> > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > symfony-devs+unsubscribe@**googlegroups.com<symfony-devs%[email protected]> > For more options, visit this group at > http://groups.google.com/**group/symfony-devs?hl=en<http://groups.google.com/group/symfony-devs?hl=en> > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
