Exemplo n.º 1
0
 /**
  * Gets the current DN of the current node as a Zend_Ldap_Dn.
  * The method returns a clone of the node's DN to prohibit modification.
  *
  * This is an offline method.
  *
  * @return Zend_Ldap_Dn
  */
 public function getCurrentDn()
 {
     $dn = clone parent::_getDn();
     return $dn;
 }