Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../.././vendor/laravel/../maatwebsite/excel/src/././Concerns
الملفات الموجودة في هذا الـ Path:
.
..
Exportable.php
FromArray.php
FromCollection.php
FromGenerator.php
FromIterator.php
FromQuery.php
FromView.php
HasReferencesToOtherSheets.php
Importable.php
MapsCsvSettings.php
OnEachRow.php
RegistersEventListeners.php
RemembersChunkOffset.php
RemembersRowNumber.php
ShouldAutoSize.php
ShouldQueueWithoutChain.php
SkipsEmptyRows.php
SkipsErrors.php
SkipsFailures.php
SkipsOnError.php
SkipsOnFailure.php
SkipsUnknownSheets.php
ToArray.php
ToCollection.php
ToModel.php
WithBackgroundColor.php
WithBatchInserts.php
WithCalculatedFormulas.php
WithCharts.php
WithChunkReading.php
WithColumnFormatting.php
WithColumnLimit.php
WithColumnWidths.php
WithConditionalSheets.php
WithCustomChunkSize.php
WithCustomCsvSettings.php
WithCustomQuerySize.php
WithCustomStartCell.php
WithCustomValueBinder.php
WithDefaultStyles.php
WithDrawings.php
WithEvents.php
WithFormatData.php
WithGroupedHeadingRow.php
WithHeadingRow.php
WithHeadings.php
WithLimit.php
WithMappedCells.php
WithMapping.php
WithMultipleSheets.php
WithPreCalculateFormulas.php
WithProgressBar.php
WithProperties.php
WithReadFilter.php
WithStartRow.php
WithStrictNullComparison.php
WithStyles.php
WithTitle.php
WithUpsertColumns.php
WithUpserts.php
WithValidation.php

مشاهدة ملف: WithBatchInserts.php

<?php

namespace Maatwebsite\Excel\Concerns;

interface WithBatchInserts
{
    /**
     * @return int
     */
    public function batchSize(): int;
}