abstract |
|---|
Base class for output formatting. Currently JSON and HTML5 formats are supported. To add support for a new format this class must be extended and the content method needs to be overridden.
| Methods | ||||
|---|---|---|---|---|
public
|
__construct(object $config)
Init
Init Parameters
|
# | ||
abstract
protected
|
content($input, array $allowed_output): mixed
Return combined output from all modules. Must be overridden by specific
output classes
Return combined output from all modules. Must be overridden by specific output classes Parameters
Returnscombined output Implemented by |
# | ||
| Properties | |||
|---|---|---|---|
protected
|
|
$config
|
# |