IsContentUsedOnPageLayoutEvent
FinalYes
Use this Event to identify whether a content element is used.
Table of Contents
Methods
- __construct() : mixed
- getKnownColumnPositionNumbers() : array<string|int, mixed>
- getPageLayoutContext() : PageLayoutContext
- getRecord() : array<string|int, mixed>
- isRecordUsed() : bool
- setUsed() : void
Methods
__construct()
    public
                    __construct(array<string|int, mixed> $record, bool $used, PageLayoutContext $context) : mixed
    Parameters
- $record : array<string|int, mixed>
- $used : bool
- $context : PageLayoutContext
getKnownColumnPositionNumbers()
    public
                    getKnownColumnPositionNumbers() : array<string|int, mixed>
    Return values
array<string|int, mixed>getPageLayoutContext()
    public
                    getPageLayoutContext() : PageLayoutContext
    Return values
PageLayoutContextgetRecord()
    public
                    getRecord() : array<string|int, mixed>
    Return values
array<string|int, mixed>isRecordUsed()
    public
                    isRecordUsed() : bool
    Return values
boolsetUsed()
    public
                    setUsed(bool $isUsed) : void
    Parameters
- $isUsed : bool