Method Fossilization

Method
Level
abstract public function getDelegate( ) ;
7
abstract public function getConcernable( ) ;
7
public function raise($event) { /**/ }
6
public function registerListeners(array $listeners) { /**/ }
6
public function toCollection($import, $filePath, string $disk = null, string $readerType = null) : Collection ;
3
public function queueImport(ShouldQueue $import, $filePath, string $disk = null, string $readerType = null) ;
3
public function import($import, $filePath, string $disk = null, string $readerType = null) ;
3
public function __invoke(callable $callback) ;
3
abstract public function contents( ) : string ;
3
abstract public function readStream( ) ;
3
abstract public function delete( ) : bool ;
3
abstract public function put($contents) ;
3
abstract public function exists( ) : bool ;
3
abstract public function getLocalPath( ) : string ;
3
public function collection( ) ;
3
public function headings( ) : array ;
3
public function toArray($import, $filePath, string $disk = null, string $readerType = null) : array ;
3
public static function applyCsvSettings(array $config) { /**/ }
3
protected function resolveStubPath($stub) { /**/ }
3
protected function buildModelReplacements(array $replace) : array { /**/ }
3
public function raw($export, string $writerType) ;
3
public function queue($export, string $filePath, string $disk = null, string $writerType = null, $diskOptions = [ ]) ;
3
public function store($export, string $filePath, string $disk = null, string $writerType = null, $diskOptions = [ ]) ;
3
public function download($export, string $fileName, string $writerType = null, array $headers = [ ]) ;
3
public function limit( ) : int ;
2
public function map($row) : array ;
2
public function sync( ) : TemporaryFile { /**/ }
2
public function startRow( ) : int ;
2