示例#1
0
 /**
  * Alias for write()
  *
  * @param string   $text
  * @param null|int $color
  * @param null|int $bgColor
  *
  * @return void
  */
 public function writeText($text, $color = null, $bgColor = null)
 {
     $this->adapter->writeText($text, $color, $bgColor);
 }