File tree Expand file tree Collapse file tree
wcfsetup/install/files/lib/acp/form Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 * @copyright 2001-2025 WoltLab GmbH
2121 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
2222 * @since 6.2
23+ *
24+ * @template TIStorableObject of IStorableObject|null
25+ * @extends AbstractFormBuilderForm<TIStorableObject>
2326 */
2427abstract class AbstractFormOptionAddForm extends AbstractFormBuilderForm
2528{
Original file line number Diff line number Diff line change 55use wcf \data \contact \option \ContactOption ;
66use wcf \data \contact \option \ContactOptionAction ;
77use wcf \data \contact \option \ContactOptionList ;
8- use wcf \form \AbstractFormBuilderForm ;
98use wcf \system \form \builder \field \BooleanFormField ;
109use wcf \system \form \builder \field \MultilineTextFormField ;
1110use wcf \system \form \builder \field \ShowOrderFormField ;
1918 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
2019 * @since 3.1
2120 *
22- * @extends AbstractFormBuilderForm <ContactOption>
21+ * @extends AbstractFormOptionAddForm <ContactOption>
2322 */
2423class ContactOptionAddForm extends AbstractFormOptionAddForm
2524{
You can’t perform that action at this time.
0 commit comments