FOFView::assignRef
Assign variable for the view (by reference).
You are not allowed to set variables that begin with an underscore; these are either private properties for FOFView or private variables within the template script itself.
Signature
public function assignRef(string
$key,
&
$valĀ )
Parameters
-
$key
- The name for the reference in the view.
-
$val
Returns
- boolean
- True on success, false on failure.