255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'title' => 'Title', 'ip' => 'IP', 'mac' => 'MAC', 'tmc_type' => 'Type of tmc', 'receipt_date' => 'Date of receipt', 'write_off_date' => 'Date of write-off', 'inventory_num' => 'Inventory number', 'desc' => 'Description', 'status' => 'ID status', 'company' => 'ID company', 'storage' => 'ID storage', ]; } }