PHP Trait Neos\Neos\Controller\BackendUserTranslationTrait

Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$_localizationService Neos\Flow\I18n\Service
$_userService Neos\Neos\Service\UserService

Protected Methods

Method Description
initializeObject ( ) : void Set the locale according to the user settings

Method Details

initializeObject() protected method

Set the locale according to the user settings
protected initializeObject ( ) : void
return void

Property Details

$_localizationService protected property

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

$_userService protected property

protected UserService,Neos\Neos\Service $_userService
return Neos\Neos\Service\UserService