NodeInterface

Interface must be implemented by all container and widget classes

Table of Contents

Methods

render()  : array<string|int, mixed>
Main render method.
setData()  : void
Retrieve the current data array from NodeFactory.

Methods

render()

Main render method.

public render() : array<string|int, mixed>
Tags
todo:

Declare most (if not all) implementing non-abstract core classes final in v13.

Return values
array<string|int, mixed>

As defined in initializeResultArray() of AbstractNode

setData()

Retrieve the current data array from NodeFactory.

public setData(array<string|int, mixed> $data) : void
Parameters
$data : array<string|int, mixed>

        
On this page

Search results