[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

(no description)

File Size: 204 lines (5 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

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

__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