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