Backend\Behaviors\ImportExportController\TranscodeFilter

Overview

TranscodeFilter converts CSV source files from one encoding to another.

Extends
  • php_user_filter

Public Properties

There are no public properties in the class.

Show inherited public properties

Inherited Public Properties

  • $filtername - (defined in php_user_filter)
  • $params - (defined in php_user_filter)

Protected Properties

protected string $encodingFrom

protected string $encodingTo


Public Methods

public filter()

public filter($in, $out, &$consumed, $closing): int 

public onClose()

public onClose(): void 

public onCreate()

public onCreate(): bool