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
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>