You are here

public function ctools_math_expr::e in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 includes/math-expr.inc \ctools_math_expr::e()

Backwards compatible wrapper for evaluate().

See also

ctools_math_expr::evaluate()

File

includes/math-expr.inc, line 288
=============================================================================.

Class

ctools_math_expr
ctools_math_expr Class.

Code

public function e($expr) {
  return $this
    ->evaluate($expr);
}