class DigitalCatalogueEvent extends Event

Class DigitalCatalogueEvent is event that is dispatched for handling entity logic in listeners and holds required data

Methods

__construct(int $catalogueId, String $locale, String $currentCurrency, String $serverPath, String $webPath)

DigitalCatalogueEvent constructor.

mixed
getCurrentCurrency()

Get current currency

mixed
getCatalogueId()

No description

String
getLocale()

No description

String
getServerPath()

No description

String
getWebPath()

No description

Details

at line 51
__construct(int $catalogueId, String $locale, String $currentCurrency, String $serverPath, String $webPath)

DigitalCatalogueEvent constructor.

Parameters

int $catalogueId
String $locale
String $currentCurrency
String $serverPath
String $webPath

at line 64
mixed getCurrentCurrency()

Get current currency

Return Value

mixed

at line 72
mixed getCatalogueId()

Return Value

mixed

at line 80
String getLocale()

Return Value

String

at line 88
String getServerPath()

Return Value

String

at line 96
String getWebPath()

Return Value

String