StringLoader
class StringLoader implements Loader
Template loader.
Methods
__construct(array|null $templates = null)
No description
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 29
__construct(array|null $templates = null)
No description
at line 38
string
getContent(string $name)
Returns template source code.
at line 50
bool
isExpired(string $name, int $time)
Checks whether template is expired.
at line 59
string
getReferredName(string $name, string $referringName)
Returns referred template name.
at line 72
string
getUniqueId(string $name)
Returns unique identifier for caching.
Traits
Better OOP experience.