mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
MINOR Removed old MultiForm::__construct() comments
This commit is contained in:
parent
c97022314f
commit
228d03592e
@ -57,11 +57,9 @@ abstract class MultiForm extends Form {
|
||||
);
|
||||
|
||||
/**
|
||||
* We start the MultiForm here. Before we start the MultiForm process,
|
||||
* like setting up the session, we must pass in empty FieldSet objects
|
||||
* to the Form->__construct(), as it requires them to be present.
|
||||
* Start the MultiForm instance.
|
||||
*
|
||||
* @param ContentController instance $controller Controller this form is created on
|
||||
* @param Controller instance $controller Controller this form is created on
|
||||
* @param string $name The form name, typically the same as the method name
|
||||
*/
|
||||
public function __construct($controller, $name) {
|
||||
|
Loading…
Reference in New Issue
Block a user