/home/techb158/exp.abdallabala.com/vendor/league/csv/src/Modifier
NameSizeModeActions
MapIterator.php12160644editdlrm
QueryFilter.php64920644editdlrm
RowFilter.php38060644editdlrm
StreamFilter.php68060644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/league/csv/src/Modifier/MapIterator.php (1216B)
callable = $callable; } /** * Get the value of the current element */ public function current() { $iterator = $this->getInnerIterator(); return call_user_func($this->callable, $iterator->current(), $iterator->key(), $iterator); } }