$_items
$_items : array
HashTable elements
PHPExcel_HashTable
__construct(array<mixed,\PHPExcel_IComparable> $pSource = null)
Create a new PHPExcel_HashTable
array<mixed,\PHPExcel_IComparable> | $pSource | Optional source array to create HashTable from |
addFromSource(array<mixed,\PHPExcel_IComparable> $pSource = null)
Add HashTable items from source
array<mixed,\PHPExcel_IComparable> | $pSource | Source array to create HashTable from |
add(\PHPExcel_IComparable $pSource = null)
Add HashTable item
\PHPExcel_IComparable | $pSource | Item to add |
remove(\PHPExcel_IComparable $pSource = null)
Remove HashTable item
\PHPExcel_IComparable | $pSource | Item to remove |
getByIndex(integer $pIndex) : \PHPExcel_IComparable
Get by index
integer | $pIndex |
getByHashCode(string $pHashCode = '') : \PHPExcel_IComparable
Get by hashcode
string | $pHashCode |
toArray() : array<mixed,\PHPExcel_IComparable>
HashTable to array