From 6baef78fd3525588ee7765fef409343e76d06004 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Sun, 20 Apr 2008 22:07:18 +0000 Subject: [PATCH] Added missing doc on init() --- code/MultiForm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/MultiForm.php b/code/MultiForm.php index eeb5761..c5f6211 100644 --- a/code/MultiForm.php +++ b/code/MultiForm.php @@ -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