Kraken\Util\Factory\SimpleFactoryTrait::bindParam PHP Method

bindParam() public method

See also: SimpleFactoryInterface::bindParam
public bindParam ( $name, $value )
    public function bindParam($name, $value)
    {
        $this->params[$name] = $value;
        return $this;
    }