Sets the minimum tree depth where we are guaranteed to clone all the items. After this depth is reached, only setMaxItems items will be cloned.
public function setMinDepth(int $minDepth) : void { $this->minDepth = $minDepth; }