LoadLanguageText
in package
Class LoadLanguageText
Tags
Table of Contents
- $textManager : TextManager
- $userPreferences : UserPreferences
- __construct() : mixed
- LoadLanguageText constructor.
- callback() : Closure
- Load language text smarty callback function.
Properties
$textManager
private
TextManager
$textManager
$userPreferences
private
UserPreferences
$userPreferences
Methods
__construct()
LoadLanguageText constructor.
public
__construct(TextManager $textManager, UserPreferences $userPreferences) : mixed
Parameters
- $textManager : TextManager
- $userPreferences : UserPreferences
Return values
mixed —callback()
Load language text smarty callback function.
public
callback() : Closure