コード例 #1
0
ファイル: Base.php プロジェクト: lahaxearnaud/clockwork-cli
 protected function color($string)
 {
     return $this->colors->colorize($string);
 }
コード例 #2
0
 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);
 }