function ctools_math_expr::e
Backwards compatible wrapper for evaluate().
See also
File
-
includes/
math-expr.inc, line 288
Class
- ctools_math_expr
- ctools_math_expr Class.
Code
public function e($expr) {
return $this->evaluate($expr);
}