NOT_VALID
NOT_VALID = 0 : integer
Constant for auth result
Table auth class
setUsername(string $username) : \Pop\Auth\AbstractAuth
Set the username
string | $username |
setPassword(string $password) : \Pop\Auth\AbstractAuth
Set the password
string | $password |
setTable(string $table) : \Pop\Auth\Table
Set the table name
string | $table |
setUsernameField(string $usernameField) : \Pop\Auth\Table
Set the username field
string | $usernameField |
setPasswordField(string $passwordField) : \Pop\Auth\Table
Set the password field
string | $passwordField |