yii\debug\panels\TimelinePanel::getColors PHP Method

getColors() public method

Color indicators item profile, key: percentages of time request, value: hex color
public getColors ( ) : array
return array
    public function getColors()
    {
        return $this->_colors;
    }