Copied!

BeforeCreateCatalogEvent

BeforeCreateCatalogEvent.php : 16
Extends BeforeEvent

Event emitted before action execution.

Methods

public__construct()

BeforeCreateCatalogEvent.php : 22
public __construct(CatalogCreateStruct $createStruct)

Parameters

Name Type Default value Description
$createStruct CatalogCreateStruct - -

publicgetCreateStruct()

BeforeCreateCatalogEvent.php : 27
public getCreateStruct() : CatalogCreateStruct

Return values

CatalogCreateStruct

publicgetResultCatalog()

BeforeCreateCatalogEvent.php : 32
public getResultCatalog() : CatalogInterface

Return values

CatalogInterface

publichasResultCatalog()

BeforeCreateCatalogEvent.php : 44
public hasResultCatalog() : bool

Return values

bool

publicsetCatalog()

BeforeCreateCatalogEvent.php : 49
public setCatalog(CatalogInterface|null $catalog) : void

Parameters

Name Type Default value Description
$catalog CatalogInterface|null - -