use wcf\system\WCF;
/**
- * OptionTypeSelect is an implementation of IOptionType for 'select' tags with a
- * text field for custom inputs.
+ * CustomselectOptionType is an implementation of IOptionType for 'select' tags with
+ * a text field for custom inputs.
*
* @author Marcel Werk
* @copyright 2001-2011 WoltLab GmbH
use wcf\system\database\util\PreparedStatementConditionBuilder;
/**
- * OptionTypeText is an implementation of IOptionType for 'input type="password"' tags.
+ * PasswordOptionType is an implementation of IOptionType for 'input type="password"' tags.
*
* @author Marcel Werk
* @copyright 2001-2011 WoltLab GmbH