LdapTools\Operation\RenameOperation::getArguments PHP Method

getArguments() public method

public getArguments ( )
    public function getArguments()
    {
        return [$this->properties['dn'], $this->properties['newRdn'], $this->properties['newLocation'], $this->properties['deleteOldRdn']];
    }