mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
added an accessor method for $this->session
This commit is contained in:
parent
f5f93fb10e
commit
56325faf8f
@ -164,6 +164,14 @@ abstract class MultiForm extends Form {
|
|||||||
$this->session->write();
|
$this->session->write();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Accessor method to $this->session.
|
||||||
|
* @return MultiFormSession
|
||||||
|
*/
|
||||||
|
function getSession() {
|
||||||
|
return $this->session;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set up the session.
|
* Set up the session.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user