The P4_OutputHandlerAbstract
class is a handler
class that provides access to streaming output from the server. After
defining the output handler, set $p4->handler
to
an instance of a subclass of
P4_OutputHandlerAbstract
.
By default, P4_OutputHandlerAbstract
returns
HANDLER_REPORT
for all output methods. The different return
options are:
Value | Meaning |
---|---|
|
Messages added to output (don’t handle, don’t cancel). |
|
Output is handled by class (don’t add message to output). |
|
Operation is marked for cancel, message is added to output. |
Constructs a new subclass of
P4_OutputHandlerAbstract
.
Process binary data.
Process tabular data.
Process informational or error messages.
Process tagged data.
Process text data.