Thenbsp\Wechat\Message\Template\Template::remove PHP Method

remove() public method

移除模板参数
public remove ( $key )
    public function remove($key)
    {
        if (isset($this->options[$key])) {
            unset($this->options[$key]);
        }
        return $this;
    }