Copied!

BeforeAssignSectionEvent

BeforeAssignSectionEvent.php : 15
Extends BeforeEvent

Event emitted before action execution.

Methods

public__construct()

BeforeAssignSectionEvent.php : 23
public __construct(ContentInfo $contentInfo, Section $section)

Parameters

Name Type Default value Description
$contentInfo ContentInfo - -
$section Section - -

publicgetContentInfo()

BeforeAssignSectionEvent.php : 29
public getContentInfo() : ContentInfo

Return values

ContentInfo

publicgetSection()

BeforeAssignSectionEvent.php : 34
public getSection() : Section

Return values

Section