PHP Class Neos\FluidAdaptor\Core\ViewHelper\AbstractLocaleAwareViewHelper

Inheritance: extends AbstractViewHelper
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$localizationService Neos\Flow\I18n\Service

Public Methods

Method Description
__construct ( ) Constructor
injectLocalizationService ( Service $localizationService )

Protected Methods

Method Description
getLocale ( ) : Locale Get the locale to use for all locale specific functionality.

Method Details

__construct() public method

Constructor
public __construct ( )

getLocale() protected method

Get the locale to use for all locale specific functionality.
protected getLocale ( ) : Locale
return Neos\Flow\I18n\Locale The locale to use or NULL if locale should not be used

injectLocalizationService() public method

public injectLocalizationService ( Service $localizationService )
$localizationService Neos\Flow\I18n\Service

Property Details

$localizationService protected property

protected Service,Neos\Flow\I18n $localizationService
return Neos\Flow\I18n\Service