MINOR Removed old MultiForm::__construct() comments

This commit is contained in:
Sean Harvey 2008-09-20 09:36:54 +00:00
parent c97022314f
commit 228d03592e

View File

@ -57,11 +57,9 @@ abstract class MultiForm extends Form {
); );
/** /**
* We start the MultiForm here. Before we start the MultiForm process, * Start the MultiForm instance.
* like setting up the session, we must pass in empty FieldSet objects
* to the Form->__construct(), as it requires them to be present.
* *
* @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 * @param string $name The form name, typically the same as the method name
*/ */
public function __construct($controller, $name) { public function __construct($controller, $name) {