ConsoleKit\Widgets\Checklist::setErrorText PHP Method

setErrorText() public method

public setErrorText ( $text, $color = Colors::RED )
    public function setErrorText($text, $color = Colors::RED)
    {
        $this->errorText = $text;
        $this->errorColor = $color;
    }