fd1eafe6e6dba71bca135b57b38cd0683fa437d0
[GitHub/WoltLab/WCF.git] /
1 <?php
2 declare(strict_types=1);
3 namespace wcf\data\user\authentication\failure;
4 use wcf\data\AbstractDatabaseObjectAction;
5
6 /**
7 * Executes user authentication failure-related actions.
8 *
9 * @author Marcel Werk
10 * @copyright 2001-2018 WoltLab GmbH
11 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
12 * @package WoltLabSuite\Core\Data\User\Authentication\Failure
13 *
14 * @method UserAuthenticationFailure create()
15 * @method UserAuthenticationFailureEditor[] getObjects()
16 * @method UserAuthenticationFailureEditor getSingleObject()
17 */
18 class UserAuthenticationFailureAction extends AbstractDatabaseObjectAction { }