getBgColorString() public static method

Returns a background color string
public static getBgColorString ( $colorCode ) : string
return string
コード例 #1
0
ファイル: ColorsTest.php プロジェクト: maximebf/consolekit
 public function testGetBgColorString()
 {
     $this->assertEquals("", Colors::getBgColorString(Colors::MAGENTA));
 }