Class Typehint Status

Below, is a summary of all classes and their parameters's typehinting status. .

  Method Argument Typehint Default
class BatchCache
  Method Argument Typehint Default
 __construct  
 get  
 set  
 delete  
 clear  
 getMultiple  
 setMultiple  
 deleteMultiple  
 has  
class CacheManager
  Method Argument Typehint Default
 getDefaultDriver string 
 createMemoryDriver CacheInterface 
 createBatchDriver CacheInterface 
 createIlluminateDriver CacheInterface 
 flush  
 isInMemory bool 
class MemoryCache
  Method Argument Typehint Default
 __construct  
 clear  
 delete  
 deleteMultiple  
 get  
 getMultiple  
 has  
 set  
 setMultiple  
 reachedMemoryLimit bool 
 flush array 
trait Exportable
  Method Argument Typehint Default
 download  
 store  
 queue  
 raw  
 toResponse  
 getExporter Exporter 
interface FromArray
  Method Argument Typehint Default
 array
 array 
interface FromCollection
  Method Argument Typehint Default
 collection  
interface FromGenerator
  Method Argument Typehint Default
 generator Generator 
interface FromIterator
  Method Argument Typehint Default
 iterator Iterator 
interface FromQuery
  Method Argument Typehint Default
 query  
interface FromView
  Method Argument Typehint Default
 view View 
trait Importable
  Method Argument Typehint Default
 import  
 toArray array 
 toCollection Collection 
 queue  
 withOutput  
 getConsoleOutput OutputStyle 
 getFilePath  
 getImporter Importer 
trait MapsCsvSettings
  Method Argument Typehint Default
 applyCsvSettings  
interface OnEachRow
  Method Argument Typehint Default
 onRow  
trait RegistersEventListeners
  Method Argument Typehint Default
 registerEvents array 
trait RemembersChunkOffset
  Method Argument Typehint Default
 setChunkOffset  
 getChunkOffset  
trait RemembersRowNumber
  Method Argument Typehint Default
 rememberRowNumber  
 getRowNumber  
trait SkipsErrors
  Method Argument Typehint Default
 onError  
 errors Collection 
trait SkipsFailures
  Method Argument Typehint Default
 onFailure  
 failures Collection 
interface SkipsOnError
  Method Argument Typehint Default
 onError  
interface SkipsOnFailure
  Method Argument Typehint Default
 onFailure  
interface SkipsUnknownSheets
  Method Argument Typehint Default
 onUnknownSheet  
interface ToArray
  Method Argument Typehint Default
 array
  
interface ToCollection
  Method Argument Typehint Default
 collection  
interface ToModel
  Method Argument Typehint Default
 model  
interface WithBatchInserts
  Method Argument Typehint Default
 batchSize int 
interface WithCharts
  Method Argument Typehint Default
 charts  
interface WithChunkReading
  Method Argument Typehint Default
 chunkSize int 
interface WithColumnFormatting
  Method Argument Typehint Default
 columnFormats array 
interface WithColumnLimit
  Method Argument Typehint Default
 endColumn string 
interface WithColumnWidths
  Method Argument Typehint Default
 columnWidths array 
trait WithConditionalSheets
  Method Argument Typehint Default
 onlySheets  
 sheets array 
 conditionalSheets array 
interface WithCustomChunkSize
  Method Argument Typehint Default
 chunkSize int 
interface WithCustomCsvSettings
  Method Argument Typehint Default
 getCsvSettings array 
interface WithCustomQuerySize
  Method Argument Typehint Default
 querySize int 
interface WithCustomStartCell
  Method Argument Typehint Default
 startCell string 
interface WithDrawings
  Method Argument Typehint Default
 drawings  
interface WithEvents
  Method Argument Typehint Default
 registerEvents array 
interface WithHeadings
  Method Argument Typehint Default
 headings array 
interface WithLimit
  Method Argument Typehint Default
 limit int 
interface WithMappedCells
  Method Argument Typehint Default
 mapping array 
interface WithMapping
  Method Argument Typehint Default
 map array 
interface WithMultipleSheets
  Method Argument Typehint Default
 sheets array 
interface WithProgressBar
  Method Argument Typehint Default
 getConsoleOutput OutputStyle 
interface WithProperties
  Method Argument Typehint Default
 properties array 
interface WithReadFilter
  Method Argument Typehint Default
 readFilter IReadFilter 
interface WithStartRow
  Method Argument Typehint Default
 startRow int 
interface WithStyles
  Method Argument Typehint Default
 styles  
interface WithTitle
  Method Argument Typehint Default
 title string 
interface WithValidation
  Method Argument Typehint Default
 rules array 
class ExportMakeCommand
  Method Argument Typehint Default
 getStub  
 getDefaultNamespace  
 buildClass  
 getOptions  
class ImportMakeCommand
  Method Argument Typehint Default
 getStub  
 getDefaultNamespace  
 buildClass  
 getOptions  
trait WithModelStub
  Method Argument Typehint Default
 buildModelReplacements array 
 parseModel string 
 resolveStubPath  
class AfterImport
  Method Argument Typehint Default
 __construct  
 getReader Reader 
 getConcernable  
 getDelegate  
class AfterSheet
  Method Argument Typehint Default
 __construct  
 getSheet Sheet 
 getConcernable  
 getDelegate  
class BeforeExport
  Method Argument Typehint Default
 __construct  
 getWriter Writer 
 getConcernable  
 getDelegate  
class BeforeImport
  Method Argument Typehint Default
 __construct  
 getReader Reader 
 getConcernable  
 getDelegate  
class BeforeSheet
  Method Argument Typehint Default
 __construct  
 getSheet Sheet 
 getConcernable  
 getDelegate  
class BeforeWriting
  Method Argument Typehint Default
 __construct  
 getWriter Writer 
 getConcernable  
 getDelegate  
class Event
  Method Argument Typehint Default
 getConcernable  
 getDelegate  
 appliesToConcern bool 
class ImportFailed
  Method Argument Typehint Default
 __construct  
 getException Throwable 
class ConcernConflictException
  Method Argument Typehint Default
 queryOrCollectionAndView  
class NoFilenameGivenException
  Method Argument Typehint Default
 __construct  
class NoFilePathGivenException
  Method Argument Typehint Default
 __construct  
 import  
 export  
class NoTypeDetectedException
  Method Argument Typehint Default
 __construct  
class RowSkippedException
  Method Argument Typehint Default
 __construct  
 failures Collection 
 skippedRows array 
class SheetNotFoundException
  Method Argument Typehint Default
 byName SheetNotFoundException 
 byIndex SheetNotFoundException 
class UnreadableFileException
  Method Argument Typehint Default
 __construct  
class Excel
  Method Argument Typehint Default
 fake  
 getFacadeAccessor  
class ReaderFactory
  Method Argument Typehint Default
 make IReader 
 identify string 
class WriterFactory
  Method Argument Typehint Default
 make IWriter 
 includesCharts bool 
class ExcelFake
  Method Argument Typehint Default
 download  
 store  
 queue  
 raw  
 import  
 toArray array 
 toCollection Collection 
 queueImport  
 matchByRegex  
 doNotMatchByRegex  
 assertDownloaded  
 assertStored  
 assertQueued  
 assertQueuedWithChain void 
 assertImported  
 assertArrayHasKey string 
class Disk
  Method Argument Typehint Default
 __construct  
 __call  
 put bool 
 copy bool 
 touch  
class Filesystem
  Method Argument Typehint Default
 __construct  
 disk Disk 
class LocalTemporaryFile
  Method Argument Typehint Default
 __construct  
 getLocalPath string 
 exists bool 
 delete bool 
 readStream  
 contents string 
 put  
class RemoteTemporaryFile
  Method Argument Typehint Default
 __construct  
 __sleep  
 getLocalPath string 
 existsLocally bool 
 exists bool 
 deleteLocalCopy bool 
 delete bool 
 sync TemporaryFile 
 updateRemote  
 readStream  
 contents string 
 put  
 disk Disk 
class TemporaryFile
  Method Argument Typehint Default
 getLocalPath string 
 exists bool 
 put  
 delete bool 
 readStream  
 contents string 
 sync TemporaryFile 
 copyFrom TemporaryFile 
class TemporaryFileFactory
  Method Argument Typehint Default
 __construct  
 make TemporaryFile 
 makeLocal LocalTemporaryFile 
 makeRemote RemoteTemporaryFile 
 generateFilename string 
class ChunkReadFilter
  Method Argument Typehint Default
 __construct  
 readCell  
class LimitFilter
  Method Argument Typehint Default
 __construct  
 readCell  
class ArrayHelper
  Method Argument Typehint Default
 ensureMultipleRows array 
 hasMultipleRows bool 
class CellHelper
  Method Argument Typehint Default
 getColumnFromCoordinate string 
class FileTypeDetector
  Method Argument Typehint Default
 detect  
 detectStrict string 
class EndRowFinder
  Method Argument Typehint Default
 find  
class HeadingRowExtractor
  Method Argument Typehint Default
 headingRow int 
 determineStartRow int 
 extract array 
class HeadingRowFormatter
  Method Argument Typehint Default
 format array 
 default
  
 extend  
 reset  
 callFormatter  
class ModelImporter
  Method Argument Typehint Default
 __construct  
 import  
class ModelManager
  Method Argument Typehint Default
 __construct  
 add  
 setRemembersRowNumber  
 flush  
 toModels Collection 
 massFlush  
 singleFlush  
 prepare Model 
 validateRows  
 rows Collection 
class AfterImportJob
  Method Argument Typehint Default
 __construct  
 handle  
 failed  
class AppendDataToSheet
  Method Argument Typehint Default
 __construct  
 middleware  
 handle  
class AppendQueryToSheet
  Method Argument Typehint Default
 __construct  
 middleware  
 handle  
class AppendViewToSheet
  Method Argument Typehint Default
 __construct  
 middleware  
 handle  
class CloseSheet
  Method Argument Typehint Default
 __construct  
 handle  
trait ExtendedQueueable
  Method Argument Typehint Default
 chain  
trait ProxyFailures
  Method Argument Typehint Default
 failed  
class QueueExport
  Method Argument Typehint Default
 __construct  
 middleware  
 handle  
class QueueImport
  Method Argument Typehint Default
 __construct  
 handle  
class ReadChunk
  Method Argument Typehint Default
 __construct  
 middleware  
 retryUntil  
 handle  
 failed  
 cleanUpTempFile  
class StoreQueuedExport
  Method Argument Typehint Default
 __construct  
 handle  
class DownloadCollection
  Method Argument Typehint Default
 downloadExcel  
class StoreCollection
  Method Argument Typehint Default
 storeExcel  
class DbTransactionHandler
  Method Argument Typehint Default
 __construct  
 __invoke  
class NullTransactionHandler
  Method Argument Typehint Default
 __invoke  
interface TransactionHandler
  Method Argument Typehint Default
 __invoke  
class TransactionManager
  Method Argument Typehint Default
 getDefaultDriver  
 createNullDriver  
 createDbDriver  
class Failure
  Method Argument Typehint Default
 __construct  
 row int 
 attribute string 
 errors array 
 values array 
 toArray  
class RowValidator
  Method Argument Typehint Default
 __construct  
 validate  
 messages array 
 attributes array 
 rules array 
 formatKey array 
 formatRule  
class ValidationException
  Method Argument Typehint Default
 __construct  
 errors array 
 failures array 
class Cell
  Method Argument Typehint Default
 __construct  
 make  
 getDelegate SpreadsheetCell 
 getValue  
class ChunkReader
  Method Argument Typehint Default
 read  
class DefaultValueBinder
  Method Argument Typehint Default
 bindValue  
trait DelegatedMacroable
  Method Argument Typehint Default
 __call  
 getDelegate  
class Excel
  Method Argument Typehint Default
 __construct  
 download  
 store  
 queue  
 raw  
 import  
 toArray array 
 toCollection Collection 
 queueImport  
 export TemporaryFile 
class ExcelServiceProvider
  Method Argument Typehint Default
 boot  
 register  
 getConfigFile string 
interface Exporter
  Method Argument Typehint Default
 download  
 store  
 queue  
 raw  
trait HasEventBus
  Method Argument Typehint Default
 registerListeners  
 clearListeners  
 listen  
 raise  
 listeners array 
class HeadingRowImport
  Method Argument Typehint Default
 __construct  
 startRow int 
 limit int 
 map array 
interface Importer
  Method Argument Typehint Default
 import  
 toArray array 
 toCollection Collection 
 queueImport  
class MappedReader
  Method Argument Typehint Default
 map  
class QueuedWriter
  Method Argument Typehint Default
 __construct  
 store  
 buildExportJobs Collection 
 exportCollection Collection 
 exportQuery Collection 
 exportView Collection 
 getChunkSize int 
class Reader
  Method Argument Typehint Default
 __construct  
 __sleep  
 __wakeup  
 read  
 toArray array 
 toCollection Collection 
 getDelegate  
 setDefaultValueBinder self 
 loadSpreadsheet  
 readSpreadsheet  
 beforeImport  
 afterImport  
 getPhpSpreadsheetReader IReader 
 getWorksheets array 
 getTotalRows array 
 getSheet  
 buildSheetImports array 
 getReader IReader 
 garbageCollect  
trait RegistersCustomConcerns
  Method Argument Typehint Default
 extend  
class Row
  Method Argument Typehint Default
 __construct  
 getDelegate SpreadsheetRow 
 toCollection Collection 
 toArray  
 getIndex int 
 offsetExists  
 offsetGet  
 offsetSet  
 offsetUnset  
class SettingsProvider
  Method Argument Typehint Default
 __construct  
 provide  
 configureCellCaching  
class Sheet
  Method Argument Typehint Default
 __construct  
 make  
 byIndex Sheet 
 byName Sheet 
 open  
 export  
 import  
 toArray  
 toCollection Collection 
 close  
 fromView  
 fromQuery  
 fromCollection  
 fromArray  
 fromIterator  
 fromGenerator  
 append  
 autoSize  
 formatColumn  
 chunkSize  
 getDelegate  
 addCharts  
 addDrawings  
 hasConcern string 
 appendRows  
 mapArraybleRow array 
 getStartRow int 
 disconnect  
 validate  
 buildColumnRange  
 hasRows bool 
 hasStrictNullComparison bool 
 getChunkSize int 
class Writer
  Method Argument Typehint Default
 __construct  
 export TemporaryFile 
 open  
 reopen  
 write TemporaryFile 
 addNewSheet  
 getDelegate  
 setDefaultValueBinder  
 getSheetByIndex  
 hasConcern bool 
 handleDocumentProperties