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