ILoader
interface ILoader
Template loader.
Methods
string
getContent($name)
Returns template source code.
bool
isExpired($name, $time)
Checks whether template is expired.
string
getChildName($name, $parent = NULL)
Returns fully qualified template name.
Details
at line 21
string
getContent($name)
Returns template source code.
at line 27
bool
isExpired($name, $time)
Checks whether template is expired.
at line 33
string
getChildName($name, $parent = NULL)
Returns fully qualified template name.