BustFilesLoader
in package
implements
Loader
Class BustFilesLoader
Interfaces, Classes and Traits
- Loader
- Interface Loader
Table of Contents
- $configurationFinder : NamespaceConfigurationFinder
- $serverInformation : ServerInformation
- __construct() : mixed
- BustFilesLoader constructor.
- load() : void
- Loads template data.
- configEnabled() : bool
- Checks if "use bust files" configuration is enabled.
Properties
$configurationFinder
private
NamespaceConfigurationFinder
$configurationFinder
$serverInformation
private
ServerInformation
$serverInformation
Methods
__construct()
BustFilesLoader constructor.
public
__construct(ServerInformation $serverInformation, ConfigurationFinderBuilder $configurationFinderBuilder) : mixed
Parameters
- $serverInformation : ServerInformation
- $configurationFinderBuilder : ConfigurationFinderBuilder
Return values
mixed —load()
Loads template data.
public
load(LayoutData $data) : void
Parameters
- $data : LayoutData
Tags
Return values
void —configEnabled()
Checks if "use bust files" configuration is enabled.
private
configEnabled() : bool