LdapTools\BatchModify\BatchCollection::getDn PHP 메소드

getDn() 공개 메소드

Get the distinguished name of the LDAP object this batch will target.
public getDn ( ) : string
리턴 string
    public function getDn()
    {
        return $this->dn;
    }