LoadTemplateData
in package
Class LoadTemplateData
Table of Contents
- $application : Application
- $extraData : array<string|int, array<string|int, mixed>>
- $fetchedData : array<string|int, array<string|int, mixed>>
- __construct() : mixed
- LoadTemplateData constructor.
- callback() : Closure
- Load language text smarty callback function.
Properties
$application
private
Application
$application
$extraData
private
array<string|int, array<string|int, mixed>>
$extraData
= []
$fetchedData
private
array<string|int, array<string|int, mixed>>
$fetchedData
= []
Methods
__construct()
LoadTemplateData constructor.
public
__construct(Application $application) : mixed
Parameters
- $application : Application
Return values
mixed —callback()
Load language text smarty callback function.
public
callback() : Closure