mageekguy\atoum\report\fields\runner\event\nyancat::getRainbowRow PHP Метод

getRainbowRow() защищенный Метод

protected getRainbowRow ( )
    protected function getRainbowRow()
    {
        $string = '';
        for ($column = 0, $count = sizeof($this->rainbowColorizers); $column < $count; $column++) {
            $string .= $this->getColorizer($column - $this->offset)->colorize($this->curve);
        }
        return $string;
    }