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

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

Set the new RDN that the LDAP object will have (ie. "cn=Foo")
public setNewRdn ( string $rdn )
$rdn string
    public function setNewRdn($rdn)
    {
        $this->properties['newRdn'] = $rdn;
        return $this;
    }