JsonOutput implements Output
Read onlyYes
FinalYes
Interfaces
Methods
- __construct() : mixed
- memoryLoader() : Loader
- stdoutLoader() : Loader
- type() : Type
Methods
__construct()
public
__construct([int $flags = JSON_THROW_ON_ERROR ][, string $dateTimeFormat = DateTimeInterface::ATOM ][, bool $putRowsInNewLines = false ]) : mixed
Parameters
- $flags : int = JSON_THROW_ON_ERROR
- $dateTimeFormat : string = DateTimeInterface::ATOM
- $putRowsInNewLines : bool = false
memoryLoader()
public
memoryLoader(string $id) : Loader
Parameters
- $id : string
Return values
LoaderstdoutLoader()
public
stdoutLoader() : Loader
Return values
Loadertype()
public
type() : Type