Skip to content

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!

icms_auth_Object

Authentication base class

  • Class name: icms_auth_Object
  • Namespace:

Properties

$_errors

private mixed $_errors
  • Visibility: private

Methods

__construct

mixed icms_auth_Object::__construct()

Authentication Service constructor

  • Visibility: public

authenticate

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

authenticate

  • Visibility: public

Arguments

  • uname mixed
  • pwd mixed

setErrors

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

add an error

  • Visibility: public

Arguments

  • err_no mixed
  • err_str mixed

getErrors

array icms_auth_Object::getErrors()

return the errors for this object as an array

  • Visibility: public

getHtmlErrors

string icms_auth_Object::getHtmlErrors()

return the errors for this object as html

  • Visibility: public
Clone this wiki locally