class CountryUpdateEvent extends CountryCreateEvent

Class CountryUpdateEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( int $country_id)

No description

setCountry( Country $country)

No description

null|Country
getCountry()

No description

bool
hasCountry()

No description

setIsoAlpha2( mixed $isoAlpha2)

No description

mixed
getIsoAlpha2()

No description

setIsoAlpha3( mixed $isoAlpha3)

No description

mixed
getIsoAlpha3()

No description

setIsocode( mixed $isocode)

No description

mixed
getIsocode()

No description

setLocale( mixed $locale)

No description

mixed
getLocale()

No description

setTitle( mixed $title)

No description

mixed
getTitle()

No description

setArea( int $area)

No description

int
getArea()

No description

boolean
isVisible()

No description

setVisible( boolean $visible)

No description

boolean
isHasStates()

No description

setHasStates( boolean $hasStates)

No description

$this
setChapo( string $chapo)

No description

string
getChapo()

No description

$this
setDescription( string $description)

No description

mixed
getDescription()

No description

$this
setPostscriptum( string $postscriptum)

No description

mixed
getPostscriptum()

No description

$this
setCountryId( int $country_id)

No description

int
getCountryId()

No description

string
isNeedZipCode()

No description

$this
setNeedZipCode( boolean $needZipCode)

No description

string
getZipCodeFormat()

No description

$this
setZipCodeFormat( string $zipCodeFormat)

No description

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 43
__construct( int $country_id)

Parameters

int $country_id

in CountryEvent at line 38
setCountry( Country $country)

Parameters

Country $country

in CountryEvent at line 48
null|Country getCountry()

Return Value

null|Country

in CountryEvent at line 56
bool hasCountry()

Return Value

bool

in CountryCreateEvent at line 38
setIsoAlpha2( mixed $isoAlpha2)

Parameters

mixed $isoAlpha2

in CountryCreateEvent at line 48
mixed getIsoAlpha2()

Return Value

mixed

in CountryCreateEvent at line 56
setIsoAlpha3( mixed $isoAlpha3)

Parameters

mixed $isoAlpha3

in CountryCreateEvent at line 66
mixed getIsoAlpha3()

Return Value

mixed

in CountryCreateEvent at line 74
setIsocode( mixed $isocode)

Parameters

mixed $isocode

in CountryCreateEvent at line 84
mixed getIsocode()

Return Value

mixed

in CountryCreateEvent at line 92
setLocale( mixed $locale)

Parameters

mixed $locale

in CountryCreateEvent at line 102
mixed getLocale()

Return Value

mixed

in CountryCreateEvent at line 110
setTitle( mixed $title)

Parameters

mixed $title

in CountryCreateEvent at line 120
mixed getTitle()

Return Value

mixed

in CountryCreateEvent at line 128
setArea( int $area)

Parameters

int $area

in CountryCreateEvent at line 138
int getArea()

Return Value

int

in CountryCreateEvent at line 146
boolean isVisible()

Return Value

boolean

in CountryCreateEvent at line 154
setVisible( boolean $visible)

Parameters

boolean $visible

in CountryCreateEvent at line 163
boolean isHasStates()

Return Value

boolean

in CountryCreateEvent at line 171
setHasStates( boolean $hasStates)

Parameters

boolean $hasStates

at line 52
$this setChapo( string $chapo)

Parameters

string $chapo

Return Value

$this

at line 62
string getChapo()

Return Value

string

at line 71
$this setDescription( string $description)

Parameters

string $description

Return Value

$this

at line 81
mixed getDescription()

Return Value

mixed

at line 90
$this setPostscriptum( string $postscriptum)

Parameters

string $postscriptum

Return Value

$this

at line 100
mixed getPostscriptum()

Return Value

mixed

at line 109
$this setCountryId( int $country_id)

Parameters

int $country_id

Return Value

$this

at line 119
int getCountryId()

Return Value

int

at line 127
string isNeedZipCode()

Return Value

string

at line 136
$this setNeedZipCode( boolean $needZipCode)

Parameters

boolean $needZipCode

Return Value

$this

at line 145
string getZipCodeFormat()

Return Value

string

at line 154
$this setZipCodeFormat( string $zipCodeFormat)

Parameters

string $zipCodeFormat

Return Value

$this