Added TODO

This commit is contained in:
Sean Harvey 2008-04-29 09:50:06 +00:00
parent ac09ddfa86
commit 75a4fb78d5
1 changed files with 5 additions and 1 deletions

View File

@ -99,7 +99,11 @@ class MultiFormStep extends DataObject {
* Gets a direct link to this step (only works
* if you're allowed to skip steps, or this step
* has already been saved to the database
* for the current {@link MultiFormSession}).
* for the current {@link MultiFormSession}).
*
* @TODO We check for the Hash field directly on session
* to determine how to identify the session. This isn't
* a very good way of doing it!
*
* @return string Relative URL to this step
*/