Copied!

CreateSectionEvent

CreateSectionEvent.php : 15
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

CreateSectionEvent.php : 23
public __construct(Section $section, SectionCreateStruct $sectionCreateStruct)

Parameters

Name Type Default value Description
$section Section - -
$sectionCreateStruct SectionCreateStruct - -

publicgetSection()

CreateSectionEvent.php : 36
public getSection() : Section

Return values

Section

publicgetSectionCreateStruct()

CreateSectionEvent.php : 31
public getSectionCreateStruct() : SectionCreateStruct

Return values

SectionCreateStruct