UNA
|
Public Member Functions | |
__construct ($oModule) | |
isAutoApproval ($sAction=BX_DOL_PROFILE_ACTIVATE_ALWAYS) | |
setAutoApproval ($mValue) | |
deleteData ($iContentId, $aContentInfo=false, $oProfile=null, $oForm=null) | |
deleteDataService ($iContentId, $aContentInfo=false, $oProfile=null, $oForm=null) | |
onDataDeleteAfter ($iContentId, $aContentInfo, $oProfile) | |
onDataEditBefore ($iContentId, $aContentInfo, &$aTrackTextFieldsChanges, &$oProfile, &$oForm) | |
onDataEditAfter ($iContentId, $aContentInfo, $aTrackTextFieldsChanges, $oProfile, $oForm) | |
onDataAddAfter ($iAccountId, $iContentId) | |
redirectAfterAdd ($aContentInfo, $sUrl='') | |
Public Member Functions inherited from BxBaseModGeneralFormsEntryHelper | |
setAjaxMode ($bAjaxMode) | |
setAbsoluteActionUrl ($bAbsoluteActionUrl) | |
setContextId ($mixedContextId) | |
setDynamicMode ($bDynamicMode) | |
getObjectStorage () | |
getObjectFormAdd ($sDisplay=false) | |
getObjectFormEdit ($sDisplay=false) | |
getObjectFormView ($sDisplay=false) | |
getObjectFormDelete ($sDisplay=false) | |
viewDataEntry ($iContentId) | |
addData ($iProfile, $aValues, $sDisplay=false) | |
addDataForm ($sDisplay=false, $sCheckFunction=false) | |
editDataForm ($iContentId, $sDisplay=false, $sCheckFunction=false, $bErrorMsg=true) | |
deleteDataForm ($iContentId, $sDisplay=false, $sCheckFunction=false) | |
viewDataForm ($iContentId, $sDisplay=false) | |
Protected Member Functions | |
_getProfileAndContentData ($iContentId) | |
Protected Member Functions inherited from BxBaseModGeneralFormsEntryHelper | |
redirectAfterEdit ($aContentInfo, $sUrl='') | |
redirectAfterDelete ($aContentInfo) | |
_processPermissionsCheckForViewDataForm ($aContentInfo, $oProfile) | |
prepareCustomRedirectUrl ($s, $aContentInfo) | |
prepareResponse ($mixedResponse, $bAsJson=false, $sKey='msg', $aAdditional=array()) | |
_setAbsoluteActionUrl ($sType, &$oForm) | |
Protected Member Functions inherited from BxDolProfileForms | |
__construct () | |
_redirectAndExit ($sUrl, $isPermalink=true, $aMarkers=false) | |
_replaceMarkers ($mixed, $aMarkers) | |
Protected Attributes | |
$_sAutoApproval = false | |
Protected Attributes inherited from BxBaseModGeneralFormsEntryHelper | |
$_oModule | |
$_bIsApi | |
$_bDynamicMode | |
$_bAjaxMode | |
$_bAbsoluteActionUrl | |
$_mixedContextId | |
Profile forms helper functions
BxBaseModProfileFormsEntryHelper::__construct | ( | $oModule | ) |
Reimplemented from BxBaseModGeneralFormsEntryHelper.
BxBaseModProfileFormsEntryHelper::deleteData | ( | $iContentId, | |
$aContentInfo = false, | |||
$oProfile = null, | |||
$oForm = null ) |
Delete data entry
$iContentId | entry id |
$oForm | optional content info array |
$aContentInfo | optional content info array |
$oProfile | optional content author profile |
deleted
content
- [array] by ref, content info array as key&value pairs, can be overridden in hook processing
Reimplemented from BxBaseModGeneralFormsEntryHelper.
BxBaseModProfileFormsEntryHelper::onDataAddAfter | ( | $iAccountId, | |
$iContentId ) |
Reimplemented from BxBaseModGeneralFormsEntryHelper.
BxBaseModProfileFormsEntryHelper::onDataDeleteAfter | ( | $iContentId, | |
$aContentInfo, | |||
$oProfile ) |
Reimplemented from BxBaseModGeneralFormsEntryHelper.
BxBaseModProfileFormsEntryHelper::onDataEditAfter | ( | $iContentId, | |
$aContentInfo, | |||
$aTrackTextFieldsChanges, | |||
$oProfile, | |||
$oForm ) |
Reimplemented from BxBaseModGeneralFormsEntryHelper.
BxBaseModProfileFormsEntryHelper::onDataEditBefore | ( | $iContentId, | |
$aContentInfo, | |||
& | $aTrackTextFieldsChanges, | ||
& | $oProfile, | ||
& | $oForm ) |
Reimplemented from BxBaseModGeneralFormsEntryHelper.
BxBaseModProfileFormsEntryHelper::redirectAfterAdd | ( | $aContentInfo, | |
$sUrl = '' ) |
Reimplemented from BxBaseModGeneralFormsEntryHelper.