Procedural File: function.formutil_getpassedvalue.php
Source Location: /pnRender/plugins/function.formutil_getpassedvalue.php
Page Details:
Zikula Application Framework
Tags:
smarty_function_formutil_getpassedvalue [line 27]
void smarty_function_formutil_getpassedvalue(
assign $params, html &$smarty, key 2, default 3, source 4, noprocess 5)
|
|
pnml: same as pnml() but with the added option to assign the result to a smarty variable
Tags:
Parameters
| key |
2 |
The key to retrieve from the input vector |
| default |
3 |
The default value to return if the key is not set |
| source |
4 |
The input source to retrieve the key from |
| noprocess |
5 |
If set, no processing is applied to the constant value |
| assign |
$params |
The smarty variable to assign the retrieved value to |
| html |
&$smarty |
Wether or not to pnVarPrepHTMLDisplay'ize the ML value |