Copied!

BeforeUpdateSectionEvent

BeforeUpdateSectionEvent.php : 16
Extends BeforeEvent

Event emitted before action execution.

Methods

public__construct()

BeforeUpdateSectionEvent.php : 27
public __construct(Section $section, SectionUpdateStruct $sectionUpdateStruct)

Parameters

Name Type Default value Description
$section Section - -
$sectionUpdateStruct SectionUpdateStruct - -

publicgetSection()

BeforeUpdateSectionEvent.php : 33
public getSection() : Section

Return values

Section

publicgetSectionUpdateStruct()

BeforeUpdateSectionEvent.php : 38
public getSectionUpdateStruct() : SectionUpdateStruct

Return values

SectionUpdateStruct

publicgetUpdatedSection()

BeforeUpdateSectionEvent.php : 43
public getUpdatedSection() : Section

Return values

Section

publichasUpdatedSection()

BeforeUpdateSectionEvent.php : 57
public hasUpdatedSection() : bool

Return values

bool

publicsetUpdatedSection()

BeforeUpdateSectionEvent.php : 52
public setUpdatedSection(Section|null $updatedSection) : void

Parameters

Name Type Default value Description
$updatedSection Section|null - -