getFgColorString() public static method

Returns a foreground color string
public static getFgColorString ( $colorCode ) : string
return string
Beispiel #1
0
 public function testGetFgColorString()
 {
     $this->assertEquals("", Colors::getFgColorString(Colors::BLUE));
     $this->assertEquals("", Colors::getFgColorString(Colors::BLUE | Colors::BOLD));
 }