CompilesJson
Table of Contents
- $encodingOptions : int
- The default JSON encoding options.
- compileJson() : string
- Compile the JSON statement into valid PHP.
Properties
$encodingOptions
The default JSON encoding options.
private
int
$encodingOptions
= JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_AMP | JSON_HEX_QUOT
Methods
compileJson()
Compile the JSON statement into valid PHP.
protected
compileJson(string $expression) : string
Parameters
- $expression : string