LdapTools\Operation\DeleteOperation::setDn PHP Метод

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

Set the distinguished name to be deleted by this operation.
public setDn ( string $dn )
$dn string
    public function setDn($dn)
    {
        $this->dn = $dn;
        return $this;
    }