QuickSubForm: just an IDE hint
This commit is contained in:
parent
748c3668e2
commit
e40c1b83de
|
@ -15,7 +15,7 @@ abstract class QuickSubForm extends QuickBaseForm
|
||||||
/**
|
/**
|
||||||
* Load the default decorators
|
* Load the default decorators
|
||||||
*
|
*
|
||||||
* @return Zend_Form_SubForm
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function loadDefaultDecorators()
|
public function loadDefaultDecorators()
|
||||||
{
|
{
|
||||||
|
@ -30,6 +30,7 @@ abstract class QuickSubForm extends QuickBaseForm
|
||||||
->addDecorator('Fieldset')
|
->addDecorator('Fieldset')
|
||||||
->addDecorator('DtDdWrapper');
|
->addDecorator('DtDdWrapper');
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue