class ReclamationEvent extends Event

Class ReclamationEvent contains data for manipulation of reclamation

Constants

RECLAMATION_CREATED_EVENT

The event listener receives an ReclamationEvent instance

Methods

__construct(Reclamation $reclamation)

ReclamationEvent constructor.

getReclamation()

No description

setReclamation(Reclamation $reclamation)

No description

Details

at line 36
__construct(Reclamation $reclamation)

ReclamationEvent constructor.

Parameters

Reclamation $reclamation

at line 44
Reclamation getReclamation()

Return Value

Reclamation

at line 54
ReclamationEvent setReclamation(Reclamation $reclamation)

Parameters

Reclamation $reclamation

Return Value

ReclamationEvent