[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 204 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_HashTable:: (11 methods):
__construct()
addFromSource()
add()
remove()
clear()
count()
getIndexForHashCode()
getByIndex()
getByHashCode()
toArray()
__clone()
Class: PHPExcel_HashTable - X-Ref
PHPExcel_HashTable__construct($pSource = null) X-Ref |
Create a new PHPExcel_HashTable param: PHPExcel_IComparable[] $pSource Optional source array to create HashTable from |
addFromSource($pSource = null) X-Ref |
Add HashTable items from source param: PHPExcel_IComparable[] $pSource Source array to create HashTable from |
add(PHPExcel_IComparable $pSource = null) X-Ref |
Add HashTable item param: PHPExcel_IComparable $pSource Item to add |
remove(PHPExcel_IComparable $pSource = null) X-Ref |
Remove HashTable item param: PHPExcel_IComparable $pSource Item to remove |
clear() X-Ref |
Clear HashTable |
count() X-Ref |
Count return: int |
getIndexForHashCode($pHashCode = '') X-Ref |
Get index for hash code param: string $pHashCode return: int Index |
getByIndex($pIndex = 0) X-Ref |
Get by index param: int $pIndex return: PHPExcel_IComparable |
getByHashCode($pHashCode = '') X-Ref |
Get by hashcode param: string $pHashCode return: PHPExcel_IComparable |
toArray() X-Ref |
HashTable to array return: PHPExcel_IComparable[] |
__clone() X-Ref |
Implement PHP __clone to create a deep clone, not just a shallow copy. |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |