CREATED
CREATED = 'created' : integer
Constants for action states
Auditor HTTP class
$sendStream : \Pop\Http\Client\Stream
Stream to send the audit results
$fetchStream : \Pop\Http\Client\Stream
Stream to fetch the audit results
send() : \Pop\Http\Client\Stream
Send the results of the audit
__construct(\Pop\Http\Client\Stream $sendStream, \Pop\Http\Client\Stream $fetchStream = null)
Constructor
Instantiate the HTTP adapter object
\Pop\Http\Client\Stream | $sendStream | |
\Pop\Http\Client\Stream | $fetchStream |
setSendStream(\Pop\Http\Client\Stream $sendStream) : \Pop\Audit\Adapter\Http
Set the send stream
\Pop\Http\Client\Stream | $sendStream |
setFetchStream(\Pop\Http\Client\Stream $fetchStream) : \Pop\Audit\Adapter\Http
Set the fetch stream
\Pop\Http\Client\Stream | $fetchStream |
getSendStream() : \Pop\Http\Client\Stream
Get the send stream
getFetchStream() : \Pop\Http\Client\Stream
Get the fetch stream