Skip to content

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!

icms_auth_method_Local

Authentication class for local database

Authentication classes, local authentication class file

Properties

$_errors

private mixed $_errors
  • Visibility: private

Methods

__construct

mixed icms_auth_Object::__construct()

Authentication Service constructor

authenticate

bool icms_auth_Object::authenticate(mixed uname, mixed pwd)

authenticate

Arguments

  • uname mixed
  • pwd mixed

setErrors

mixed icms_auth_Object::setErrors(mixed err_no, mixed err_str)

add an error

Arguments

  • err_no mixed
  • err_str mixed

getErrors

array icms_auth_Object::getErrors()

return the errors for this object as an array

getHtmlErrors

string icms_auth_Object::getHtmlErrors()

return the errors for this object as html

Clone this wiki locally