class CountryCreateEvent extends CountryEvent

Class CountryCreateEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( Country $country = null)

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

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

in CountryEvent at line 30
__construct( Country $country = null)

Parameters

Country $country

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

at line 38
setIsoAlpha2( mixed $isoAlpha2)

Parameters

mixed $isoAlpha2

at line 48
mixed getIsoAlpha2()

Return Value

mixed

at line 56
setIsoAlpha3( mixed $isoAlpha3)

Parameters

mixed $isoAlpha3

at line 66
mixed getIsoAlpha3()

Return Value

mixed

at line 74
setIsocode( mixed $isocode)

Parameters

mixed $isocode

at line 84
mixed getIsocode()

Return Value

mixed

at line 92
setLocale( mixed $locale)

Parameters

mixed $locale

at line 102
mixed getLocale()

Return Value

mixed

at line 110
setTitle( mixed $title)

Parameters

mixed $title

at line 120
mixed getTitle()

Return Value

mixed

at line 128
setArea( int $area)

Parameters

int $area

at line 138
int getArea()

Return Value

int

at line 146
boolean isVisible()

Return Value

boolean

at line 154
setVisible( boolean $visible)

Parameters

boolean $visible

at line 163
boolean isHasStates()

Return Value

boolean

at line 171
setHasStates( boolean $hasStates)

Parameters

boolean $hasStates