FOFView::assign
Assigns variables to the view script via differing strategies.
This method is overloaded; you can assign all the properties of an object, an associative array, or a single value by name. 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 assign()
Returns
- boolean
- True on success, false on failure.