LdapTools\Operation\BatchModifyOperation::getLogArray PHP Method

getLogArray() public method

public getLogArray ( )
    public function getLogArray()
    {
        return $this->mergeLogDefaults(['DN' => $this->properties['dn'], 'Batch' => print_r(LdapUtilities::sanitizeBatchArray($this->getBatchArray()), true)]);
    }