예제 #1
0
파일: LDAP.php 프로젝트: stunti/zf2
 /**
  * Returns the specified DN as a Zend_LDAP_Node
  *
  * @param  string|\Zend\LDAP\DN $dn
  * @return \Zend\LDAP\Node\Node|null
  * @throws \Zend\LDAP\Exception
  */
 public function getNode($dn)
 {
     return Node\Node::fromLDAP($dn, $this);
 }