UNA
Loading...
Searching...
No Matches
BxFormAccountCheckerHelper Class Reference
Inheritance diagram for BxFormAccountCheckerHelper:
BxDolFormCheckerHelper BxAccntFormAccountCheckerHelper

Public Member Functions

 checkPasswordConfirm ($s)
 checkPassword ($s, $r)
 checkPasswordCurrent ($s)
 checkPhoneExist ($s)
 checkEmailUniq ($s)

Additional Inherited Members

Static Public Member Functions inherited from BxDolFormCheckerHelper
static checkLength ($s, $iLenMin, $iLenMax)
static checkDate ($s)
static checkDateRange ($s, $iMin, $iMax, $bRequired=false)
static checkDateTime ($s)
static checkPreg ($s, $r)
static checkAvail ($s)
static checkProfileName ($s)
static checkLocation ($s, $sName, $sMethod=BX_DOL_FORM_METHOD_DEFAULT, $bAll=false)
static checkEmailOrEmpty ($s)
static checkEmail ($s)
static checkCaptcha ($s)
static checkIsSpam (&$val, $sType='textarea')
static passInt ($s)
static passFloat ($s)
static passDate ($s)
static passDateTs ($s)
static passDateUtc ($s)
static passDateTime ($s)
static passDateTimeTs ($s)
static passDateTimeUtc ($s)
static _passDate ($s, $iFormat)
static passXss ($s)
static passXssMultiline ($s)
static passXssHtml ($s)
static passAll ($s)
static passPreg ($s, $r)
static _passPreg ($s, $r)
static passBoolean ($s)
static passSet ($s)
static displayDate ($i)
static displayDateTs ($i)
static displayDateUtc ($i)
static displayDateTime ($i)
static displayDateTimeTs ($i)
static displayDateTimeUtc ($i)
static displaySet ($i)
static _isEmptyArray ($a)
static _isFullArray ($a)

Member Function Documentation

◆ checkEmailUniq()

BxFormAccountCheckerHelper::checkEmailUniq ( $s)

Check if email is uniq.

◆ checkPasswordConfirm()

BxFormAccountCheckerHelper::checkPasswordConfirm ( $s)

Password confirmation check.

◆ checkPasswordCurrent()

BxFormAccountCheckerHelper::checkPasswordCurrent ( $s)

Password confirmation check.

Hooks:

'system', 'encrypt_password_after' - hook to override password using another encrypt function

◆ checkPhoneExist()

BxFormAccountCheckerHelper::checkPhoneExist ( $s)

Check if phone is exists.


The documentation for this class was generated from the following file:
  • template/scripts/BxBaseFormAccount.php