|
UNA
|
Public Member Functions | |
| __construct (&$oMigrationModule, &$oDb) | |
| getTotalRecords () | |
| runMigration () | |
| removeContent () | |
| Public Member Functions inherited from BxDolMData | |
| dropMID ($sIdentFieldName='', $sTableName='') | |
| getFieldType ($sFieldName) | |
Protected Member Functions | |
| transferCategory ($sCategory, $sPrefix='bx_groups', $sPreValueCateg='bx_groups_cats', $iValue=0, $sData='') | |
| Protected Member Functions inherited from BxDolMData | |
| setResultStatus ($sStatus) | |
| getContentId ($iId) | |
| getProfileId ($iId) | |
| isModuleContentTransferred ($sModule) | |
| getAssocFields () | |
| isKeyPreKeyExits ($sName) | |
| transferPreValues ($sName, $sTitle, $mixedValues, $bAdd=false) | |
| getPreValuesBy ($sName, $sField='Order', $sValue='LKey', $iStart=0) | |
| getDefaultLang ($bName=true) | |
| getLKeyTranslations ($LKey) | |
| transferTags ($iObjectId, $iNewObjectId, $sType, $sTableKeywords) | |
| transferComments ($iObject, $iEntryId, $sType='photos') | |
| createMIDField ($sIdentFieldName='', $sTableName='') | |
| getLastMIDField ($sIdentFieldName='', $sTableName='') | |
| isItemExisted ($iItemId, $sField='id', $sIdentFieldName='', $sTableName='') | |
| setMID ($iId, $iItemId, $sField='id', $sIdentFieldName='') | |
| getDefaultPrivacy ($iDolProfileId, $sModule, $sAction) | |
| getValidPrivacy ($iPrivacy) | |
| getPrivacy ($iDolProfileId, $iPrivacy, $sModule='', $sAction='', $iDefaultPrivacy=0) | |
Additional Inherited Members | |
| Protected Attributes inherited from BxDolMData | |
| $_oMainModule | |
| $_mDb | |
| $_sPrefix | |
| $_oDb | |
| $_sModuleName = '' | |
| $_sTableWithTransKey | |
| $_iTransferred = 0 | |
| $_oLanguage = null | |
| $_aLanguages = array() | |
| $_sImagePhotoFiles = '' | |
| $_sTransferFieldIdent = 'mig_id' | |
| $_aSysProfiles = array() | |
| BxDolMGroups::__construct | ( | & | $oMainModule, |
| & | $oDb ) |
Base class constructor
| ref | $oMainModule | main module |
| ref | $oDb | connect with Dolphin database |
Reimplemented from BxDolMData.
| BxDolMGroups::getTotalRecords | ( | ) |
| BxDolMGroups::removeContent | ( | ) |
| BxDolMGroups::runMigration | ( | ) |
Main migration function, executes required operations for transfer
Reimplemented from BxDolMData.
|
protected |
Adds category to existed list
| string | $sName | category title |
| string | $sPrefix | prefix for the module which should be used for new category (depends on module) |
| int | $sCategory | module's category's pre values Name |
Reimplemented from BxDolMData.