[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/phpexcel/PHPExcel/ -> HashTable.php (summary)

PHPExcel Copyright (c) 2006 - 2014 PHPExcel

Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
Version: ##VERSION##, ##DATE##
File Size: 202 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1