LimitTransformer implements Transformer
FinalYes
Interfaces
Properties
- $limit : int
Methods
- __construct() : mixed
- bind() : BoundStep
- transform() : Rows
Properties
$limit read-only
public
int
$limit
Methods
__construct()
public
__construct(int $limit) : mixed
Parameters
- $limit : int
bind()
public
bind(Schema $input) : BoundStep
Parameters
- $input : Schema
Return values
BoundSteptransform()
public
transform(Rows $rows, FlowContext $context) : Rows
Parameters
- $rows : Rows
- $context : FlowContext