예제 #1
0
 /**
  * @param PHPFIT_Parse $cells
  */
 public function doCells($cells)
 {
     $start = $this->theTime();
     parent::doCells($cells);
     /*        
             $cells->last()->more = $this->td(date('H:m:s', $start));
             $split = $this->theTime() - $start;
             if ($split < 1.0) {
                 $text = "&nbsp;";
             } else {
                 $text = $split;
             }
             $cells->last()->more = $this->td($text);
     */
 }