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