Ensures only the top level of the tree is loaded.
$this
public function setTopLevelOnly() { $this->setMaxDepth(1); return $this; }