Converts buffered command output objects into serializable context entries.
Interfaces
Methods
: array<string, mixed>
: string|null
public
process(
array<string, mixed>
$context) : array<string, mixed>
Parameters
$context
:
array<string, mixed>
Return values
array<string, mixed>
private
extractBufferedOutput(OutputInterface
$output) : string|null
Parameters
$output
:
OutputInterface
Return values
string|null