Home
last modified time | relevance | path

Searched refs:getColorCode (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DColors.php125 return $this->getColorCode($color) . $text . $this->getColorCode('reset');
135 public function getColorCode($color) function in splitbrain\\phpcli\\Colors
156 fwrite($channel, $this->getColorCode($color));