Interface IFileTemplate
Defines file-based template methods.
- IFileTemplate implements ITemplate
Direct Known Implementers
NFileTemplate
public
void
|
#
setFile(
string
$file
)
Sets the path to the template file. Sets the path to the template file. Parameters$file string template file path |
public
string
|
#
getFile(
)
Returns the path to the template file. Returns the path to the template file. Returnsstring template file path
|