abstract | |
---|---|
extends |
Module_Skeleton |
implements |
Hookable |
uses |
NamespaceUtilitiesTrait |
Methods | ||
---|---|---|
public
|
_delete()
|
# |
public
|
_create()
|
# |
public
|
_edit_user(string $userold, string $usernew, array $oldpwd)
|
# |
public
|
_edit()
|
# |
public
|
_verify_conf(ConfigurationContext $ctx): bool
|
# |
public
|
_create_user(string $user)
|
# |
public
|
_delete_user(string $user)
|
# |
Methods used from NamespaceUtilitiesTrait |
---|
getBaseClassName(), getParentClassName(), appendNamespace(), getNamespace() |
Constants | ||
---|---|---|
public
|
DEFAULT_CONCURRENCY_LIMIT = 20
|
# |
public
|
MIN_PASSWORD_LENGTH = AUTH_MIN_PW_LENGTH
|
# |
public
|
MIN_PREFIX_LENGTH = 3
|
# |
public
|
MASTER_USER = 'root'
|
# |
public
|
DB_BIN2TXT_MULT = 1.5
|
# |
public
|
BACKUP_EXTENSIONS = ['gz', 'bz', 'zip', 'none']
|
# |