1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-02 22:27:30 +02:00

Emphasize that class 'UserManager' is for internal use only

This commit is contained in:
Marco
2017-02-21 09:03:55 +01:00
parent 43fa612d67
commit fdeff8a792

View File

@@ -13,7 +13,11 @@ use Delight\Db\PdoDsn;
require_once __DIR__ . '/Exceptions.php';
/** Abstract base class for components implementing user management */
/**
* Abstract base class for components implementing user management
*
* @internal
*/
abstract class UserManager {
const THROTTLE_ACTION_LOGIN = 'login';