Flow PHP

MaskColumns implements Transformation

Read onlyYes
FinalYes

Mask columns in DataFrame by replacing their values with a mask.

If column does not exist in DataFrame, it will be added with a mask value.

Interfaces

Transformation

Methods

__construct()  : mixed
transform()  : DataFrame

Methods

__construct()

public __construct([array<string|int, mixed> $columns = [] ][, string $mask = '******' ]) : mixed
Parameters
$columns : array<string|int, mixed> = []
$mask : string = '******'

        
On this page

Search results