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