NodeBase
AbstractYes
Class NodeBase Base class for template parsed tree nodes.
Table of Contents
Methods
- process() : string
- Converts internal contents of the node into external presentation.
Methods
process()
Converts internal contents of the node into external presentation.
public
abstract process(Base $entity) : string
It's a string or an array of strings.
Parameters
- $entity : Base
-
Sets the context of processing.