XoopsAuth XoopsAuth(
&$dao
)
|
|
Authentication Service constructor
Parameters:
authenticate
API Tags:
| Return: | whether user is authenticated |
| Abstract: | need to be write in the derived class |
Redefined in descendants as:
return the errors for this object as an array
API Tags:
| Return: | an array of errors |
| Access: | public |
return the errors for this object as html
API Tags:
| Return: | html listing the errors |
| Access: | public |
void setErrors(
$err_no,
$err_str, string
$value
)
|
|
add an error
Parameters:
|
string |
$value: |
error to add |
|
|
$err_no: |
|
|
|
$err_str: |
|
API Tags: