Example #1
0
 /**
  * Print an info message
  *
  * @param string $string
  */
 public function info($string)
 {
     $this->colors->ptln("I: {$string}", Colors::C_CYAN, STDERR);
 }