Flow PHP

ScalarFunctionTransformer implements Transformer

Read onlyYes
FinalYes

Interfaces

Transformer

Properties

$function  : ScalarFunction

Methods

__construct()  : mixed
bind()  : BoundStep
transform()  : Rows

Properties

Methods

__construct()

public __construct(Definition<string|int, mixed>|string $entry, ScalarFunction $function[, null|ScalarFunction $resolved = null ][, null|Definition<string|int, mixed> $derived = null ][, null|Schema $output = null ]) : mixed
Parameters
$entry : Definition<string|int, mixed>|string
$function : ScalarFunction
$resolved : null|ScalarFunction = null

the function resolved against the bound schema

$derived : null|Definition<string|int, mixed> = null

the column this step declares

$output : null|Schema = null

the schema this step declares

On this page

Search results