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

unbindParam() public method

See also: SimpleFactoryInterface::unbindParam
public unbindParam ( $name )
    public function unbindParam($name)
    {
        unset($this->params[$name]);
        return $this;
    }