LdapTools\Operation\QueryOperation::getLogArray PHP Method

getLogArray() public method

public getLogArray ( )
    public function getLogArray()
    {
        return $this->mergeLogDefaults(['Filter' => $this->getLdapFilter(), 'Base DN' => $this->properties['baseDn'], 'Attributes' => implode(',', $this->properties['attributes']), 'Scope' => $this->properties['scope'], 'Use Paging' => var_export($this->properties['usePaging'], true), 'Page Size' => $this->properties['pageSize'], 'Size Limit' => $this->properties['sizeLimit']]);
    }