You are here

public function CustomFilter::__unset in Custom filter 6.2

File

./customfilter.module, line 68
Allow users to define custom filters.

Class

CustomFilter
@file Allow users to define custom filters.

Code

public function __unset($name) {
  unset($this->vars[$name]);
}