Copied!

BeforeDeleteSectionEvent

BeforeDeleteSectionEvent.php : 14
Extends BeforeEvent

Event emitted before action execution.

Methods

public__construct()

BeforeDeleteSectionEvent.php : 19
public __construct(Section $section)

Parameters

Name Type Default value Description
$section Section - -

publicgetSection()

BeforeDeleteSectionEvent.php : 24
public getSection() : Section

Return values

Section