Block
Table of Contents
Methods
-
__construct()
: mixed
-
needHighlight()
: bool
-
render()
: string
-
setEmptyStatePlaceholder()
: self
__construct()
public
__construct(ItemIdentifier $itemIdentifier, array<string|int, mixed>|null $activity, bool $allowEdit, FrontIntegration $frontIntegration) : mixed
Parameters
-
$itemIdentifier
: ItemIdentifier
-
-
$activity
: array<string|int, mixed>|null
-
-
$allowEdit
: bool
-
-
$frontIntegration
: FrontIntegration
-
needHighlight()
public
needHighlight() : bool
render()
public
render(string $gridManagerId) : string
Parameters
-
$gridManagerId
: string
-
setEmptyStatePlaceholder()
public
setEmptyStatePlaceholder(string $emptyStatePlaceholder) : self
Parameters
-
$emptyStatePlaceholder
: string
-