NodeResolverInterface
Interface must be implemented by node resolver classes
Table of Contents
Methods
- resolve() : string|null
- Main resolver method
- setData() : void
- Retrieve the current data array from NodeFactory.
Methods
resolve()
Main resolver method
public
resolve() : string|null
Return values
string|null —New class name or null if this resolver does not change current class name.
setData()
Retrieve the current data array from NodeFactory.
public
setData(array<string|int, mixed> $data) : void
Parameters
- $data : array<string|int, mixed>