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

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

Set the distinguished name that the operation is working on.
public setDn ( string $dn )
$dn string
    public function setDn($dn)
    {
        $this->properties['dn'] = $dn;
        return $this;
    }