Pinq\Providers\DSL\Compilation\Parameters\StandardParameter::__construct PHP Method

__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
    public function __construct($parameterId, IParameterHasher $hasher, $data = null)
    {
        parent::__construct($hasher, $data);
        $this->parameterId = $parameterId;
    }
StandardParameter