OutputHandler
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
Details
at line 22
__construct(callable $getbytes, callable $output)
No description
at line 26
int|null
GetBytes()
Return the number of bytes that will be output
at line 29
void
DoOutput(Output $output)
Do the actual output routine