You are here

private property ctools_math_expr_stack::$stack in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 includes/math-expr.inc \ctools_math_expr_stack::stack

The stack.

Type: array

File

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

Class

ctools_math_expr_stack
Class implementing a simple stack structure, used by ctools_math_expr.

Code

private $stack;