root/branches/99-toolbar/code/libraries/koowa/view/template.php
| 2533 | 2534 | ||
|---|---|---|---|
421 | 421 | ||
422 | /** | 422 | /** |
423 | * Supports a simple form of Fluent Interfaces. Allows you to assign variables to the view | 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 | 424 | * 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. | 425 | * setter will be called instead. |
426 | * | 426 | * |
427 | * For example : $view->layout('foo')->title('name')->display(). | 427 | * For example : $view->layout('foo')->title('name')->display(). |
428 | * | 428 | * |
Download diff