public function PHPExcel_HashTable::toArray in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/HashTable.php \PHPExcel_HashTable::toArray()
* HashTable to array * *
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ HashTable.php, line 187
Class
- PHPExcel_HashTable
- PHPExcel_HashTable
Code
public function toArray() {
return $this->_items;
}