LdapTools\BatchModify\BatchCollection::getDn PHP Method

getDn() public method

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