yii\debug\panels\TimelinePanel::getColors PHP Метод

getColors() публичный Метод

Color indicators item profile, key: percentages of time request, value: hex color
public getColors ( ) : array
Результат array
    public function getColors()
    {
        return $this->_colors;
    }