Class NewsletterShell
Newsletter shell: methods to import/export newsletter data (for example phplist filters), other newsletter related utilities
- Shell
- BeditaBaseShell
- NewsletterShell
Version:
$Revision$
Modifiedby: $LastChangedBy$
Lastmodified:
Located at vendors/shells/newsletter.php
Modifiedby: $LastChangedBy$
Lastmodified:
$LastChangedDate$
$Id: bedita.php 2015 2009-05-29 14:18:06Z dante $
Located at vendors/shells/newsletter.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
private
|
|
public
|
|
public
|
Methods inherited from BeditaBaseShell
__clean()
,
__construct()
,
checkDir()
,
checkExportFile()
,
checkUrl()
,
check_sys_get_temp_dir()
,
cleanTempDir()
,
handleExceptions()
,
initConfig()
,
initialize()
,
isUrl()
,
mandatoryArgument()
,
readInputArgs()
,
setupTempDir()
,
test()
,
title()
,
verbose()
Properties summary
private
|
$baseLogs
|
|
private
array
|
$phplist_to_card
map phplist database fields to BEdita database fields |
#
array(
'Email' => 'email',
'Lastmodified' => 'modified',
'SendthisuserHTMLemails' => 'mail_html',
'Additionaldata' => 'note',
'Name' => 'name',
'Surname' => 'surname',
'Phone' => 'phone',
'Address' => 'street_address',
'CAP' => 'zipcode',
'City' => 'city',
'State' => 'state_name',
'Country' => 'country',
'Yourbirthdayis' => 'birthdate',
'Gender' => 'gender',
'Country' => 'country',
'ListMembership' => 'list_name'
)
|