-
Notifications
You must be signed in to change notification settings - Fork 35
icms_auth_Object
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 base class
- Class name: icms_auth_Object
- Namespace:
private mixed $_errors
- Visibility: private
mixed icms_auth_Object::__construct()
Authentication Service constructor
- Visibility: public
bool icms_auth_Object::authenticate(mixed uname, mixed pwd)
authenticate
- Visibility: public
- uname mixed
- pwd mixed
mixed icms_auth_Object::setErrors(mixed err_no, mixed err_str)
add an error
- Visibility: public
- err_no mixed
- err_str mixed
array icms_auth_Object::getErrors()
return the errors for this object as an array
- Visibility: public
string icms_auth_Object::getHtmlErrors()
return the errors for this object as html
- Visibility: public