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

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

Returns the offset left item, percentage of the total width
public getLeft ( array $model ) : float
$model array
Результат float
    public function getLeft($model)
    {
        return $this->getTime($model) / ($this->panel->duration / 100);
    }