PHP Class Pinq\Providers\DSL\Compilation\Parameters\StandardParameter

Author: Elliot Levin ([email protected])
Inheritance: extends QueryParameterBase
Show file Open project: timetoogo/pinq

Protected Properties

Property Type Description
$parameterId string

Public Methods

Method Description
__construct ( string $parameterId, Pinq\Providers\DSL\Compilation\Parameters\IParameterHasher $hasher, null $data = null )
doEvaluate ( Pinq\Queries\IResolvedParameterRegistry $parameters )

Method Details

__construct() public method

public __construct ( string $parameterId, Pinq\Providers\DSL\Compilation\Parameters\IParameterHasher $hasher, null $data = null )
$parameterId string
$hasher Pinq\Providers\DSL\Compilation\Parameters\IParameterHasher
$data null

doEvaluate() public method

public doEvaluate ( Pinq\Queries\IResolvedParameterRegistry $parameters )
$parameters Pinq\Queries\IResolvedParameterRegistry

Property Details

$parameterId protected property

protected string $parameterId
return string