%PDF- %PDF-
Direktori : /var/www/html/o91-api/vendor/maatwebsite/excel/src/Concerns/ |
Current File : /var/www/html/o91-api/vendor/maatwebsite/excel/src/Concerns/OnEachRow.php |
<?php namespace Maatwebsite\Excel\Concerns; use Maatwebsite\Excel\Row; interface OnEachRow { /** * @param Row $row */ public function onRow(Row $row); }