Path : /var/www/html/moneyexchange/vendor/maatwebsite/excel/src/Concerns/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/moneyexchange/vendor/maatwebsite/excel/src/Concerns/WithMapping.php |
<?php namespace Maatwebsite\Excel\Concerns; /** * @template RowType of mixed */ interface WithMapping { /** * @param RowType $row * @return array */ public function map($row): array; }