PHP Class Neos\FluidAdaptor\Core\ViewHelper\AbstractLocaleAwareViewHelper

Inheritance: extends AbstractViewHelper
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$localizationService Neos\Flow\I18n\Service

Méthodes publiques

Méthode Description
__construct ( ) Constructor
injectLocalizationService ( Service $localizationService )

Méthodes protégées

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

Method Details

__construct() public méthode

Constructor
public __construct ( )

getLocale() protected méthode

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

injectLocalizationService() public méthode

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

Property Details

$localizationService protected_oe property

protected Service,Neos\Flow\I18n $localizationService
Résultat Neos\Flow\I18n\Service