FilesystemLoader
in package
implements
LoaderInterface
FilesystemLoader is a loader that read templates from the filesystem.
Tags
Interfaces, Classes, Traits and Enums
- LoaderInterface
Table of Contents
- $locator : mixed
- __construct() : mixed
- isFresh() : mixed
- {@inheritdoc}
- load() : mixed
- {@inheritdoc}
Properties
$locator
protected
mixed
$locator
Methods
__construct()
public
__construct(FileLocatorInterface $locator) : mixed
Parameters
- $locator : FileLocatorInterface
Return values
mixed —isFresh()
{@inheritdoc}
public
isFresh(TemplateReferenceInterface $template, mixed $time) : mixed
Parameters
- $template : TemplateReferenceInterface
- $time : mixed
Return values
mixed —load()
{@inheritdoc}
public
load(TemplateReferenceInterface $template) : mixed
Parameters
- $template : TemplateReferenceInterface