ThemeConfigurationSerializerPreProcessor
in package
Class ConfigurationSerializerPreProcessor
Table of Contents
- $configuration : ThemeConfiguration
- __construct() : mixed
- ThemeConfigurationSerializer constructor.
- process() : mixed
- Specify data which should be serialized to JSON
Properties
$configuration
protected
ThemeConfiguration
$configuration
Methods
__construct()
ThemeConfigurationSerializer constructor.
public
__construct(ThemeConfiguration $configuration) : mixed
Parameters
- $configuration : ThemeConfiguration
Return values
mixed —process()
Specify data which should be serialized to JSON
public
process() : mixed
Tags
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.