class OutputHandler

Class for custom app output routines

Properties

private $getbytes
private $output

Methods

__construct(callable $getbytes, callable $output)

No description

int|null
GetBytes()

Return the number of bytes that will be output

void
DoOutput(Output $output)

Do the actual output routine

Details

at line 22
__construct(callable $getbytes, callable $output)

No description

Parameters

callable $getbytes
callable $output

at line 26
int|null GetBytes()

Return the number of bytes that will be output

Return Value

int|null

at line 29
void DoOutput(Output $output)

Do the actual output routine

Parameters

Output $output

Return Value

void