attachLDAP($this->iterator->getLDAP()); return $node; } /** * Return the child key (DN). * Implements Iterator and RecursiveIterator * * @return string */ public function key() { return $this->iterator->key(); } }