PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
vendor
/
maatwebsite
/
excel
/
src
/
Concerns
<?php namespace Maatwebsite\Excel\Concerns; use Maatwebsite\Excel\Validators\Failure; interface SkipsOnFailure { /** * @param Failure[] $failures */ public function onFailure(Failure ...$failures); }
[-] WithBatchInserts.php
[edit]
[-] WithColumnWidths.php
[edit]
[-] WithFormatData.php
[edit]
[-] SkipsEmptyRows.php
[edit]
[-] WithTitle.php
[edit]
[-] WithUpsertColumns.php
[edit]
[-] WithEvents.php
[edit]
[-] Exportable.php
[edit]
[-] WithProperties.php
[edit]
[-] SkipsFailures.php
[edit]
[+]
..
[-] WithCharts.php
[edit]
[-] WithReadFilter.php
[edit]
[-] Importable.php
[edit]
[-] ToArray.php
[edit]
[-] WithStrictNullComparison.php
[edit]
[-] WithColumnFormatting.php
[edit]
[-] WithHeadingRow.php
[edit]
[-] FromQuery.php
[edit]
[-] WithConditionalSheets.php
[edit]
[-] WithDrawings.php
[edit]
[-] WithHeadings.php
[edit]
[-] ToModel.php
[edit]
[-] WithCustomStartCell.php
[edit]
[-] WithCustomCsvSettings.php
[edit]
[-] WithChunkReading.php
[edit]
[-] FromGenerator.php
[edit]
[-] FromView.php
[edit]
[-] FromArray.php
[edit]
[-] WithCustomQuerySize.php
[edit]
[-] WithProgressBar.php
[edit]
[-] RegistersEventListeners.php
[edit]
[-] WithColumnLimit.php
[edit]
[-] ShouldQueueWithoutChain.php
[edit]
[-] WithCustomChunkSize.php
[edit]
[-] RemembersRowNumber.php
[edit]
[-] ToCollection.php
[edit]
[-] FromCollection.php
[edit]
[-] WithLimit.php
[edit]
[-] FromIterator.php
[edit]
[-] WithPreCalculateFormulas.php
[edit]
[-] WithStyles.php
[edit]
[-] ShouldAutoSize.php
[edit]
[-] WithMultipleSheets.php
[edit]
[-] OnEachRow.php
[edit]
[-] SkipsUnknownSheets.php
[edit]
[-] WithValidation.php
[edit]
[-] HasReferencesToOtherSheets.php
[edit]
[-] SkipsOnError.php
[edit]
[-] WithCustomValueBinder.php
[edit]
[-] WithMappedCells.php
[edit]
[-] SkipsOnFailure.php
[edit]
[-] WithMapping.php
[edit]
[-] MapsCsvSettings.php
[edit]
[-] WithCalculatedFormulas.php
[edit]
[-] WithStartRow.php
[edit]
[-] WithUpserts.php
[edit]
[-] RemembersChunkOffset.php
[edit]
[-] SkipsErrors.php
[edit]