class CustomerCreateOrUpdateEvent extends CustomerEvent

Class CustomerCreateOrUpdateEvent

Properties

null|Customer $customer from  CustomerEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct($title, $firstname, $lastname, $address1, $address2, $address3, $phone, $cellphone, $zipcode, $city, $country, $email, $password, $langId, $reseller, $sponsor, $discount, $company, $ref, $state = null)

No description

$this
setCustomer( Customer $customer)

No description

null|Customer
getCustomer()

No description

bool
hasCustomer()

No description

mixed
getCompany()

No description

string
getAddress1()

No description

string
getAddress2()

No description

string
getAddress3()

No description

int
getCountry()

No description

int|null
getState()

No description

string
getEmail()

No description

string
getFirstname()

No description

mixed
getLangId()

No description

string
getLastname()

No description

string
getPassword()

No description

$this
setPassword( string $password)

No description

string
getPhone()

No description

string
getCellphone()

No description

int
getTitle()

No description

string
getZipcode()

No description

string
getCity()

No description

float
getDiscount()

No description

int
getReseller()

No description

int
getSponsor()

No description

string
getRef()

No description

$this
setEmailUpdateAllowed( mixed $emailUpdateAllowed)

No description

mixed
getEmailUpdateAllowed()

No description

$this
setNotifyCustomerOfAccountCreation( bool $notifyCustomerOfAccountCreation)

No description

bool

Details

in ActionEvent at line 30
__set($name, $value)

Parameters

$name
$value

in ActionEvent at line 35
__get($name)

Parameters

$name

in ActionEvent at line 44
bindForm( Form $form)

Parameters

Form $form

at line 67
__construct($title, $firstname, $lastname, $address1, $address2, $address3, $phone, $cellphone, $zipcode, $city, $country, $email, $password, $langId, $reseller, $sponsor, $discount, $company, $ref, $state = null)

Parameters

$title
$firstname
$lastname
$address1
$address2
$address3
$phone
$cellphone
$zipcode
$city
$country
$email
$password
$langId
$reseller
$sponsor
$discount
$company
$ref
$state

in CustomerEvent at line 32
$this setCustomer( Customer $customer)

Parameters

Customer $customer

Return Value

$this

in CustomerEvent at line 42
null|Customer getCustomer()

Return Value

null|Customer

in CustomerEvent at line 50
bool hasCustomer()

Return Value

bool

at line 114
mixed getCompany()

Return Value

mixed

at line 122
string getAddress1()

Return Value

string

at line 130
string getAddress2()

Return Value

string

at line 138
string getAddress3()

Return Value

string

at line 146
int getCountry()

Return Value

int

at line 154
int|null getState()

Return Value

int|null

at line 162
string getEmail()

Return Value

string

at line 170
string getFirstname()

Return Value

string

at line 178
mixed getLangId()

Return Value

mixed

at line 186
string getLastname()

Return Value

string

at line 194
string getPassword()

Return Value

string

at line 203
$this setPassword( string $password)

Parameters

string $password

Return Value

$this

at line 213
string getPhone()

Return Value

string

at line 221
string getCellphone()

Return Value

string

at line 229
int getTitle()

Return Value

int

at line 237
string getZipcode()

Return Value

string

at line 245
string getCity()

Return Value

string

at line 253
float getDiscount()

Return Value

float

at line 261
int getReseller()

Return Value

int

at line 269
int getSponsor()

Return Value

int

at line 277
string getRef()

Return Value

string

at line 286
$this setEmailUpdateAllowed( mixed $emailUpdateAllowed)

Parameters

mixed $emailUpdateAllowed

Return Value

$this

at line 296
mixed getEmailUpdateAllowed()

Return Value

mixed

at line 305
$this setNotifyCustomerOfAccountCreation( bool $notifyCustomerOfAccountCreation)

Parameters

bool $notifyCustomerOfAccountCreation

Return Value

$this

at line 315
bool getNotifyCustomerOfAccountCreation()

Return Value

bool