WoltLab / WCF

WoltLab Suite Core (previously WoltLab Community Framework)
https://www.woltlab.com
GNU Lesser General Public License v2.1
238 stars 142 forks source link

Use AbstractFormBuilderForm more often #3021

Closed mutec closed 5 years ago

mutec commented 5 years ago

\wcf\acp\form\AbstractAcpForm and \wcf\form\MessageForm or \wcf\form\AbstractCaptchaForm might extend \wcf\form\AbstractFormBuilderForm

dtdesign commented 5 years ago

This is not possible for backwards compatibility, AbstractFormBuilderForm introduces a set of new properties and methods that may not be compatible with existing implementations of forms deriving from the mentioned forms.