SYMBOL INDEX (81 symbols across 16 files) FILE: src/CsvReader.php class CsvReader (line 8) | class CsvReader extends Reader method reader (line 10) | protected function reader(): ReaderInterface method castCell (line 15) | protected function castCell(Cell $cell): mixed FILE: src/CsvWriter.php class CsvWriter (line 10) | class CsvWriter extends Writer method withDelimiter (line 20) | public function withDelimiter(string $delimiter): static method withEnclosure (line 27) | public function withEnclosure(string $enclosure): static method withoutBom (line 34) | public function withoutBom(): static method withEmptyNewLineAtEndOfFile (line 41) | public function withEmptyNewLineAtEndOfFile(): static method withoutEmptyNewLineAtEndOfFile (line 48) | public function withoutEmptyNewLineAtEndOfFile(): static method getIterator (line 55) | public function getIterator(?string $path = null): WriteIterator method writer (line 67) | protected function writer(): WriterInterface method cleanupCallback (line 77) | protected function cleanupCallback(): ?Closure FILE: src/ExcelReader.php class ExcelReader (line 9) | class ExcelReader extends Reader method reader (line 11) | protected function reader(): ReaderInterface method castCell (line 16) | protected function castCell(Cell $cell): mixed FILE: src/ExcelWriter.php class ExcelWriter (line 8) | class ExcelWriter extends Writer method writer (line 10) | protected function writer(): WriterInterface FILE: src/Facades/Linen.php class Linen (line 8) | class Linen extends Facade method getFacadeAccessor (line 10) | protected static function getFacadeAccessor() FILE: src/Reader.php class Reader (line 16) | abstract class Reader implements IteratorAggregate method from (line 18) | public static function from(string $path): static method read (line 23) | public static function read(string $path): LazyCollection method __construct (line 28) | public function __construct( method getIterator (line 33) | public function getIterator(): Traversable method collect (line 38) | public function collect(): LazyCollection method reader (line 80) | abstract protected function reader(): ReaderInterface; method castRow (line 82) | protected function castRow(Row $data): array method castCell (line 87) | protected function castCell(Cell $cell): mixed method headerToKey (line 92) | protected function headerToKey(string $value): string FILE: src/Support/FileTypeHelper.php class FileTypeHelper (line 16) | class FileTypeHelper method read (line 18) | public function read(string $path): Reader method write (line 41) | public function write(array|Enumerable|Generator|Builder $data, string... FILE: src/Support/WriteIterator.php class WriteIterator (line 11) | class WriteIterator implements Iterator method __construct (line 19) | public function __construct( method drain (line 27) | public function drain(): string method rewind (line 41) | public function rewind(): void method key (line 51) | public function key(): mixed method current (line 63) | public function current(): int method next (line 70) | public function next(): void method valid (line 81) | public function valid(): bool method __destruct (line 90) | public function __destruct() method openWriter (line 95) | protected function openWriter(): void method writeCurrentRow (line 103) | protected function writeCurrentRow(): void method closeWriter (line 115) | protected function closeWriter(): void FILE: src/Writer.php class Writer (line 16) | abstract class Writer method for (line 22) | public static function for(array|Enumerable|Closure|Builder $data): st... method __construct (line 27) | public function __construct( method withoutHeaders (line 33) | public function withoutHeaders(): static method withHeaderFormatter (line 40) | public function withHeaderFormatter(Closure $header_formatter): static method withOriginalKeysAsHeaders (line 47) | public function withOriginalKeysAsHeaders(): static method getIterator (line 52) | public function getIterator(?string $path = null): WriteIterator method write (line 59) | public function write(string $path): string method writeToHttpFile (line 64) | public function writeToHttpFile(): File method writeToTemporaryFile (line 69) | public function writeToTemporaryFile(): string method writer (line 74) | abstract protected function writer(): WriterInterface; method rows (line 77) | protected function rows(): Generator FILE: src/helpers.php function tempnam_with_cleanup (line 7) | function tempnam_with_cleanup(): string FILE: tests/Feature/CsvReaderTest.php class CsvReaderTest (line 8) | class CsvReaderTest extends TestCase method test_it_can_read_a_basic_csv_file_as_an_iterator (line 10) | public function test_it_can_read_a_basic_csv_file_as_an_iterator(): void method test_it_can_read_a_basic_csv_file_as_a_collection (line 22) | public function test_it_can_read_a_basic_csv_file_as_a_collection(): void method test_if_headers_are_missing_column_numbers_are_used_as_keys (line 34) | public function test_if_headers_are_missing_column_numbers_are_used_as... FILE: tests/Feature/CsvWriterTest.php class CsvWriterTest (line 9) | class CsvWriterTest extends TestCase method test_it_can_write_to_a_csv (line 11) | public function test_it_can_write_to_a_csv(): void method test_it_can_write_to_a_csv_with_a_new_line_at_end (line 30) | public function test_it_can_write_to_a_csv_with_a_new_line_at_end(): void method test_it_can_write_with_an_iterator (line 50) | public function test_it_can_write_with_an_iterator(): void FILE: tests/Feature/ExcelReaderTest.php class ExcelReaderTest (line 8) | class ExcelReaderTest extends TestCase method test_it_can_read_a_basic_excel_file_as_an_iterator (line 10) | public function test_it_can_read_a_basic_excel_file_as_an_iterator(): ... method test_it_can_read_a_basic_excel_file_as_a_collection (line 29) | public function test_it_can_read_a_basic_excel_file_as_a_collection():... FILE: tests/Feature/ExcelWriterTest.php class ExcelWriterTest (line 9) | class ExcelWriterTest extends TestCase method test_it_can_write_to_an_excel_file (line 11) | public function test_it_can_write_to_an_excel_file(): void method test_it_can_write_to_an_excel_file_with_iterator (line 25) | public function test_it_can_write_to_an_excel_file_with_iterator(): void FILE: tests/Feature/FacadeTest.php class FacadeTest (line 9) | class FacadeTest extends TestCase method test_it_can_read_a_basic_csv_file_via_the_facade (line 11) | public function test_it_can_read_a_basic_csv_file_via_the_facade(): void method test_it_can_read_a_basic_excel_file_via_the_facade (line 23) | public function test_it_can_read_a_basic_excel_file_via_the_facade(): ... method test_it_can_write_a_basic_csv_file_via_the_facade (line 42) | public function test_it_can_write_a_basic_csv_file_via_the_facade(): void method test_it_can_write_a_basic_excel_file_via_the_facade (line 63) | public function test_it_can_write_a_basic_excel_file_via_the_facade():... FILE: tests/TestCase.php class TestCase (line 7) | abstract class TestCase extends Orchestra method fixture (line 9) | protected function fixture(string $filename): string method getPackageProviders (line 14) | protected function getPackageProviders($app) method getPackageAliases (line 19) | protected function getPackageAliases($app) method getApplicationTimezone (line 24) | protected function getApplicationTimezone($app)