Neos\FluidAdaptor\Core\ViewHelper\AbstractLocaleAwareViewHelper::__construct PHP Method

__construct() public method

Constructor
public __construct ( )
    public function __construct()
    {
        $this->registerArgument('forceLocale', 'mixed', 'Whether if, and what, Locale should be used. May be boolean, string or \\Neos\\Flow\\I18n\\Locale', false);
    }