UNA
Loading...
Searching...
No Matches
BxBaseAccountForms Class Reference
Inheritance diagram for BxBaseAccountForms:
BxDolProfileForms BxDolFactory BxTemplAccountForms

Public Member Functions

 __construct ()
 
 getObjectFormAdd ()
 
 getObjectFormEdit ()
 
 getObjectFormDelete ()
 
 createAccountForm ($aParams=array())
 
 onAccountCreated ($iAccountId, $isSetPendingApproval, $iAction=BX_PROFILE_ACTION_MANUAL, $bNeedToLogin=true)
 
 editAccountEmailSettingsForm ($iAccountId)
 
 editAccountPasswordSettingsForm ($iAccountId)
 
 editAccountInfoForm ($iAccountId)
 
 deleteAccountForm ($iAccountId)
 

Static Public Attributes

static $PROFILE_FIELDS = array()
 

Protected Member Functions

 _editAccountForm ($iAccountId, $sDisplayName)
 
- Protected Member Functions inherited from BxDolProfileForms
 _redirectAndExit ($sUrl, $isPermalink=true, $aMarkers=false)
 
 _replaceMarkers ($mixed, $aMarkers)
 

Protected Attributes

 $_iProfileId
 

Detailed Description

System profile(account) forms functions

See also
BxDolProfileForms

Constructor & Destructor Documentation

◆ __construct()

BxBaseAccountForms::__construct ( )

Constructor

Reimplemented from BxDolProfileForms.

Member Function Documentation

◆ createAccountForm()

BxBaseAccountForms::createAccountForm ( $aParams = array())

Hooks:

'account', 'add_form_check' - hook in some account form after check

Hooks:

'account', 'add_form' - hook in some account form after check

  • $unit_name - equals account
  • $action - equals add_form
  • $object_id - not used
  • $sender_id - not used
  • $extra_params - array of additional params with the following array keys:

◆ getObjectFormAdd()

BxBaseAccountForms::getObjectFormAdd ( )

Hooks:

'account', 'add_form_get' - hook in get some account form

  • $unit_name - equals account
  • $action - equals add_form_get
  • $object_id - not used
  • $sender_id - not used
  • $extra_params - array of additional params with the following array keys:

◆ onAccountCreated()

BxBaseAccountForms::onAccountCreated ( $iAccountId,
$isSetPendingApproval,
$iAction = BX_PROFILE_ACTION_MANUAL,
$bNeedToLogin = true )

Hooks:

'account', 'added' - hook on new account created


The documentation for this class was generated from the following file: