FileAccess Orion

FilesystemLoader
in package
implements LoaderInterface

FilesystemLoader is a loader that read templates from the filesystem.

Tags
author

Fabien Potencier fabien@symfony.com

deprecated

since version 4.3, to be removed in 5.0; use Twig instead.

Interfaces, Classes, Traits and Enums

LoaderInterface

Table of Contents

$locator  : mixed
__construct()  : mixed
isFresh()  : mixed
{@inheritdoc}
load()  : mixed
{@inheritdoc}

Properties

Methods

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
Return values
mixed

Search results