PHP Class Newscoop\NewscoopBundle\EventListener\OldPluginsTranslationListener

Datei anzeigen Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$cacheService
$pluginsService
$translator

Public Methods

Method Description
__construct ( Symfony\Component\Translation\TranslatorInterface $translator, $cacheService, $pluginsService )
onRequest ( GetResponseEvent $event )

Method Details

__construct() public method

public __construct ( Symfony\Component\Translation\TranslatorInterface $translator, $cacheService, $pluginsService )
$translator Symfony\Component\Translation\TranslatorInterface

onRequest() public method

public onRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent

Property Details

$cacheService protected_oe property

protected $cacheService

$pluginsService protected_oe property

protected $pluginsService

$translator protected_oe property

protected $translator