Changeset 2534

User picture

Author: Johan Janssens

(2010/09/03 20:41) Over 1 year ago

Docblocks

Affected files

Updated branches/99-toolbar/code/libraries/koowa/view/template.php Download diff

25332534
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
	 *