function ctools_math_expr::vars in Chaos Tool Suite (ctools) 6
Same name and namespace in other branches
- 7 includes/math-expr.inc \ctools_math_expr::vars()
File
- includes/
math-expr.inc, line 152
Class
Code
function vars() {
$output = $this->v;
unset($output['pi']);
unset($output['e']);
return $output;
}