Example #1
0
 public function renderTree(array $tree, array $extraStates = array())
 {
     $this->_tagTally = array();
     $this->_smilieTally = 0;
     $this->_disabledTally = 0;
     $this->_printableLength = 0;
     return parent::renderTree($tree, $extraStates);
 }
Example #2
0
 public function renderTree(array $tree, array $extraStates = array())
 {
     $this->_subtractMediaTagsRemaining($tree);
     return parent::renderTree($tree, $extraStates);
 }