%PDF- %PDF-
Direktori : /home/silvzytp/calling_code/vendor/maatwebsite/excel/src/Concerns/ |
Current File : //home/silvzytp/calling_code/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); }