class Blocks extends Component

Properties

$area
$variables
$blocks

Methods

void
__construct($area, $variables = [])

Create a new component instance.

shouldRender()

No description

View|string
render()

Get the view / contents that represent the component.

Details

at line 18
void __construct($area, $variables = [])

Create a new component instance.

Parameters

$area
$variables

Return Value

void

at line 25
shouldRender()

at line 35
View|string render()

Get the view / contents that represent the component.

Return Value

View|string