Copied!

BeforeAssignSectionToSubtreeEvent

BeforeAssignSectionToSubtreeEvent.php : 15
Extends BeforeEvent

Event emitted before action execution.

Methods

public__construct()

BeforeAssignSectionToSubtreeEvent.php : 23
public __construct(Location $location, Section $section)

Parameters

Name Type Default value Description
$location Location - -
$section Section - -

publicgetLocation()

BeforeAssignSectionToSubtreeEvent.php : 29
public getLocation() : Location

Return values

Location

publicgetSection()

BeforeAssignSectionToSubtreeEvent.php : 34
public getSection() : Section

Return values

Section