Example #1
0
 protected function color($string)
 {
     return $this->colors->colorize($string);
 }
 private function printUsageLine()
 {
     echo $this->colors->colorize('{yellow}F{default}irst symbol in line - show details, ' . '{yellow}Backspace{default} - show requests for last 10 minutes, ' . '{yellow}Escape{default} - exit' . PHP_EOL);
 }