LdapTools\BatchModify\BatchCollection::setDn PHP Метод

setDn() публичный Метод

Set the distinguished name of the LDAP object this batch will target.
public setDn ( string $dn )
$dn string
    public function setDn($dn)
    {
        $this->dn = $dn;
    }