TwigNullLoader
implements
LoaderInterface
Interfaces, Classes and Traits
- LoaderInterface
Table of Contents
-
exists()
: mixed
-
getCacheKey()
: string
-
getSourceContext()
: Source
-
isFresh()
: bool
exists()
public
exists(string $name) : mixed
Parameters
-
$name
: string
-
Return values
mixed
—
getCacheKey()
public
getCacheKey(string $name) : string
Parameters
-
$name
: string
-
Return values
string
—
getSourceContext()
public
getSourceContext(string $name) : Source
Parameters
-
$name
: string
-
Return values
Source
—
isFresh()
public
isFresh(string $name, int $time) : bool
Parameters
-
$name
: string
-
-
$time
: int
-
Return values
bool
—