lbacik/value-object

Shallow copy

Opened this issue · 0 comments

$clone = clone $this;

There should be "__clone" magic method defined to "deep clone" the nested VO objects.