Skip to content

Instantly share code, notes, and snippets.

@dmitrybelyakov
Created February 20, 2014 07:34
Show Gist options
  • Save dmitrybelyakov/9108631 to your computer and use it in GitHub Desktop.
Save dmitrybelyakov/9108631 to your computer and use it in GitHub Desktop.
'view_helpers' => array(
'invokables' => array(
'currentlocale' => 'ShiftKernel\Locale\ViewHelper\Locale',
),
'factories' => array(
'currentlocale' => function($sm) {
return new \ShiftKernel\Locale\ViewHelper\Locale(
$sm->get('ShiftKernel\Locale\LocaleService')
);
},
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment