interface IArgumentsStrategy (View source)

This interface defines the strategy for handling arguments in database connections.

Methods

array
setConstant(array $value)

Sets a constant value for the argument's strategy.

Details

array setConstant(array $value)

Sets a constant value for the argument's strategy.

Parameters

array $value

The constant value to set.

Return Value

array

The updated argument's strategy.