RenameAllCaseTransformer implements Transformer
Read onlyYes
FinalYes
Interfaces
Methods
- __construct() : mixed
- transform() : Rows
Methods
__construct()
public
__construct([bool $upper = false ][, bool $lower = false ][, bool $ucfirst = false ][, bool $ucwords = false ]) : mixed
Parameters
- $upper : bool = false
- $lower : bool = false
- $ucfirst : bool = false
- $ucwords : bool = false
transform()
public
transform(Rows $rows, FlowContext $context) : Rows
Parameters
- $rows : Rows
- $context : FlowContext