LdapTools\Operation\RenameOperation::getLogArray PHP 메소드

getLogArray() 공개 메소드

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)]);
    }