Loader
interface Loader
Template loader.
Methods
string
getContent(string $name)
Returns template source code.
bool
isExpired(string $name, int $time)
Checks whether template is expired.
string
getReferredName(string $name, string $referringName)
Returns referred template name.
string
getUniqueId(string $name)
Returns unique identifier for caching.
Details
at line 23
string
getContent(string $name)
Returns template source code.
at line 31
bool
isExpired(string $name, int $time)
Checks whether template is expired.
at line 39
string
getReferredName(string $name, string $referringName)
Returns referred template name.
at line 46
string
getUniqueId(string $name)
Returns unique identifier for caching.