%PDF- %PDF-
Direktori : /proc/self/root/home2/vacivi36/core/vendor/maatwebsite/excel/src/Concerns/ |
Current File : //proc/self/root/home2/vacivi36/core/vendor/maatwebsite/excel/src/Concerns/SkipsUnknownSheets.php |
<?php namespace Maatwebsite\Excel\Concerns; interface SkipsUnknownSheets { /** * @param string|int $sheetName */ public function onUnknownSheet($sheetName); }