class CountryDeleteEvent extends CountryEvent

Class CountryDeleteEvent

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

setCountryId( int $country_id)

No description

int
getCountryId()

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 30
__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

at line 38
setCountryId( int $country_id)

Parameters

int $country_id

at line 46
int getCountryId()

Return Value

int