diff --git a/code/MultiForm.php b/code/MultiForm.php index a08e574..5581669 100644 --- a/code/MultiForm.php +++ b/code/MultiForm.php @@ -164,6 +164,14 @@ abstract class MultiForm extends Form { $this->session->write(); } + /** + * Accessor method to $this->session. + * @return MultiFormSession + */ + function getSession() { + return $this->session; + } + /** * Set up the session. *