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

getLogArray() 공개 메소드

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