int $type One of the TYPE_* constants:
mixed $old Is null for add operations:
mixed $new Is null for remove operations:
public function __construct(int $type, $old, $new) { $this->type = $type; $this->old = $old; $this->new = $new; }