LdapTools\Operation\RenameOperation::getLogArray PHP Method

getLogArray() public method

public getLogArray ( )
    public function getLogArray()
    {
        return $this->mergeLogDefaults(['DN' => $this->properties['dn'], 'New Location' => $this->properties['newLocation'], 'New RDN' => $this->properties['newRdn'], 'Delete Old RDN' => var_export($this->properties['deleteOldRdn'], true)]);
    }