void assign(
string
$tpl_var, [unknown_type
$value = null]
)
|
|
Assignes value to variable in tple dataspace
Parameters:
|
string |
$tpl_var: |
Variable name |
|
unknown_type |
$value: |
- Variable value |
API Tags:
void display(
string
$tpl
)
|
|
Displays the template
Parameters:
|
string |
$tpl: |
Template file |
API Tags:
string fetch(
unknown_type
$tpl
)
|
|
Fetches and returns the template
Parameters:
|
unknown_type |
$tpl: |
Template file |
API Tags: