100] ]; } public function getImporter() { return Importers::findOne( $this->importer_id )->name; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'error' => 'Статус', 'record_type' => 'Тип загрузки', 'time_start' => 'Начало загрузки', 'importer_id' => 'ID поставщика', 'importer' => 'Файл поставщика', 'time_end' => 'Конец загрузки', 'log_msg' => 'Лог', 'file_name' => 'Загружаемый файл', ]; } }