AdminHeaderLoader
in package
implements
Loader
Class AdminHeaderLoader
Interfaces, Classes and Traits
- Loader
- Interface Loader
Table of Contents
- $textManager : TextManager
- $userConfigurationService : CurrentUserConfigurationService
- __construct() : mixed
- AdminHeaderLoader constructor.
- load() : void
- Loads template data.
Properties
$textManager
private
TextManager
$textManager
$userConfigurationService
private
CurrentUserConfigurationService
$userConfigurationService
Methods
__construct()
AdminHeaderLoader constructor.
public
__construct(TextManager $textManager, CurrentUserConfigurationService $userConfigurationService) : mixed
Parameters
- $textManager : TextManager
- $userConfigurationService : CurrentUserConfigurationService
Return values
mixed —load()
Loads template data.
public
load(LayoutData $data) : void
Parameters
- $data : LayoutData