Public Member Functions |
|
__construct ($migrationdataObj, $parentObj) | |
__get ($varName) | |
__set ($varName, $varValue) | |
getMigrationDataObj () | |
getSessionObj () | |
save () |
Member Function Documentation
MigrationData::__get | ( | $ | varName | ) |
Set member.
member |
description |
---|---|
enable |
the enabled status for the migration of accounts from this domain |
remoteImapHost |
the name of the remote IMAP machine from which the domain's accounts are migrated |
remoteImapPort |
the IMAP server's port on the remote machine |
remoteSmtpHost |
the name of the remote SMTP machine from which the domain's accounts are migrated |
remoteSmtpPort |
the SMTP server's port on the remote machine |
defaultAccountClassName |
the default account class name |
MigrationData::__set | ( | $ | varName, | |
$ | varValue | |||
) |
Set member.
member |
description |
---|---|
enable |
the enabled status for the migration of accounts from this domain |
remoteImapHost |
the name of the remote IMAP machine from which the domain's accounts are migrated |
remoteImapPort |
the IMAP server's port on the remote machine |
remoteSmtpHost |
the name of the remote SMTP machine from which the domain's accounts are migrated |
remoteSmtpPort |
the SMTP server's port on the remote machine |
defaultAccountClassName |
the default account class name |
MigrationData::save | ( | ) |
this method must be called if one of the members has been changed
- Returns:
- bool