FlowBufferedResponse extends Response
FinalYes
Methods
- __construct() : mixed
- getContent() : string
- sendContent() : static
Methods
__construct()
public
__construct(Extractor $extractor, Output $output[, Transformation $transformations = new Transformations() ][, int $status = 200 ][, array<string|int, mixed> $headers = [] ][, Config|ConfigBuilder|null $config = null ]) : mixed
Parameters
- $extractor : Extractor
- $output : Output
- $transformations : Transformation = new Transformations()
- $status : int = 200
- $headers : array<string|int, mixed> = []
- $config : Config|ConfigBuilder|null = null
getContent()
public
getContent() : string
Return values
stringsendContent()
public
sendContent() : static