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

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

Set the DN of the container/ou/parent that the object will be moved to. If the object is not moving, but rather just being renamed, then this should be set to null.
public setNewLocation ( null | string $dn )
$dn null | string
    public function setNewLocation($dn)
    {
        $this->properties['newLocation'] = $dn;
        return $this;
    }