yii\debug\components\TimelineDataProvider::getWidth PHP Метод

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

Returns item width percent of the total width
public getWidth ( array $model ) : float
$model array
Результат float
    public function getWidth($model)
    {
        return $model['duration'] / ($this->panel->duration / 100);
    }