Ejemplo n.º 1
0
 /**
  * Init.
  *
  * Creates a var_stack.
  */
 function __construct()
 {
     $this->_registry = new FTL_VarStack();
     parent::__construct();
 }