c6a48b1492983dad4575c8f75e03854b5f8a4c5a
[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-2016 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 { }