예제 #1
0
 /**
  * Visit a table row.
  *
  * @param T_Text_Table $node
  */
 function visitTextTableRow(T_Text_TableRow $node)
 {
     if (!$this->limiter->hasReachedLimit()) {
         $this->table_row = true;
         // note have started table row
         parent::visitTextTableRow($node);
     }
 }