-
Notifications
You must be signed in to change notification settings - Fork 35
icms_auth_method_Local
Raimondas Rimkevičius edited this page Mar 9, 2020
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!
Authentication class for local database
Authentication classes, local authentication class file
- Class name: icms_auth_method_Local
- Namespace:
- Parent class: icms_auth_Object
private mixed $_errors
- Visibility: private
mixed icms_auth_Object::__construct()
Authentication Service constructor
- Visibility: public
- This method is defined by icms_auth_Object
bool icms_auth_Object::authenticate(mixed uname, mixed pwd)
authenticate
- Visibility: public
- This method is defined by icms_auth_Object
- uname mixed
- pwd mixed
mixed icms_auth_Object::setErrors(mixed err_no, mixed err_str)
add an error
- Visibility: public
- This method is defined by icms_auth_Object
- err_no mixed
- err_str mixed
array icms_auth_Object::getErrors()
return the errors for this object as an array
- Visibility: public
- This method is defined by icms_auth_Object
string icms_auth_Object::getHtmlErrors()
return the errors for this object as html
- Visibility: public
- This method is defined by icms_auth_Object