Author: Johan Janssens
(2010/09/03 20:41) Over 1 year ago
Docblocks
421
422
/**
423
* Supports a simple form of Fluent Interfaces. Allows you to assign variables to the view
424
* by using the variable name as the method name. If the function name is a setter function
* by using the variable name as the method name. If the method name is a setter method the
425
* the setter will be called instead.
* setter will be called instead.
426
*
427
* For example : $view->layout('foo')->title('name')->display().
428
* by using the variable name as the method name. If the function name is a setter function* by using the variable name as the method name. If the method name is a setter method the* the setter will be called instead.* For example : $view->layout('foo')->title('name')->display().* For example : $view->layout('foo')->title('name')->display().