예제 #1
0
 /**
  * @param PHPFIT_Parse $cell
  * @param string $message
  */
 public function info($cell, $message)
 {
     $str = $this->infoInColor($message);
     $cell->addToBody($str);
 }