Added missing doc on init()

This commit is contained in:
Sean Harvey 2008-04-20 22:07:18 +00:00
parent 45fd3853c9
commit 6baef78fd3

View File

@ -75,8 +75,8 @@ abstract class MultiForm extends Form {
* It does NOT work like a normal controller init()! It has to be explicity called when MultiForm
* is intanciated on your controller. @TODO perhaps find a better name, that doesn't quite conflict.
*
* This method sets up the session, figures out the current step, sets the current step, and
*
* This method sets up the session, figures out the current step, sets the current step, then
* takes the fields, actions and validation (if any) for the step, setting up the form.
*/
public function init() {
// Set up the session