public
__construct(int $type, $old, $new)
TYPE_KEEP = 0
TYPE_REMOVE = 1
TYPE_ADD = 2
TYPE_REPLACE = 3
int
$type
One of the TYPE_* constants
mixed
$old
Is null for add operations
$new
Is null for remove operations