ItemParamsBuilder

Namespace

IO\Builder\Item

Properties
Type Name Description

array

$params

Methods
public withParam($paramName, $paramValue):ItemParamsBuilder

Set a parameter value

Parameters

Type

Name

Description

ItemColumnsParams

$paramName

The name of the param to set.

mixed

$paramValue

The value of the param to set.

public build():array

Return the generated parameters to pass to ItemDataLayerRepository