mediatekformation

DebugUnitOfWorkListener
in package

Use this logger to dump the identity map during the onFlush event. This is useful for debugging weird UnitOfWork behavior with complex operations.

Table of Contents

$context  : string
$file  : string
__construct()  : mixed
Pass a stream and context information for the debugging session.
dumpIdentityMap()  : void
Dumps the contents of the identity map into a stream.
onFlush()  : void
getIdString()  : string
getType()  : string

Properties

Methods

__construct()

Pass a stream and context information for the debugging session.

public __construct([string $file = 'php://output' ][, string $context = '' ]) : mixed

The stream can be php://output to print to the screen.

Parameters
$file : string = 'php://output'
$context : string = ''
Return values
mixed

Search results