DirectHelpLoader
in package
implements
Loader
Class DirectHelpLoader
Interfaces, Classes and Traits
- Loader
- Interface Loader
Table of Contents
- KEY_SCRIPTS = 'dynamic_script_assets'
- KEY_STYLES = 'dynamic_style_assets'
- PROXY_URL = 'admin.php?do=DirectHelpProxy'
- $configurationService : ConfigurationService
- $path : Path
- $url : Url
- __construct() : mixed
- DirectHelpLoader constructor.
- load() : void
- Loads template data.
Constants
KEY_SCRIPTS
private
mixed
KEY_SCRIPTS
= 'dynamic_script_assets'
KEY_STYLES
private
mixed
KEY_STYLES
= 'dynamic_style_assets'
PROXY_URL
private
mixed
PROXY_URL
= 'admin.php?do=DirectHelpProxy'
Properties
$configurationService
private
ConfigurationService
$configurationService
$path
private
Path
$path
$url
private
Url
$url
Methods
__construct()
DirectHelpLoader constructor.
public
__construct(ConfigurationService $configurationService, Path $path, Url $url) : mixed
Parameters
- $configurationService : ConfigurationService
- $path : Path
- $url : Url
Return values
mixed —load()
Loads template data.
public
load(LayoutData $data) : void
Parameters
- $data : LayoutData