You are here

public function PHPExcel_HashTable::clear in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/HashTable.php \PHPExcel_HashTable::clear()

* Clear HashTable *

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/HashTable.php, line 128

Class

PHPExcel_HashTable
PHPExcel_HashTable

Code

public function clear() {
  $this->_items = array();
  $this->_keyMap = array();
}