Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel
  • PHPExcel_Autoloader
  • PHPExcel_Comment
  • PHPExcel_DocumentProperties
  • PHPExcel_DocumentSecurity
  • PHPExcel_HashTable
  • PHPExcel_IOFactory
  • PHPExcel_NamedRange
  • PHPExcel_ReferenceHelper
  • PHPExcel_WorksheetIterator

Interfaces

  • PHPExcel_IComparable

Exceptions

  • PHPExcel_Exception
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_HashTable

PHPExcel_HashTable

Package: PHPExcel
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/HashTable.php
Methods summary
public
# __construct( PHPExcel_IComparable[] $pSource = null )

Create a new PHPExcel_HashTable

Create a new PHPExcel_HashTable

Parameters

$pSource
Optional source array to create HashTable from

Throws

PHPExcel_Exception
public
# addFromSource( PHPExcel_IComparable[] $pSource = null )

Add HashTable items from source

Add HashTable items from source

Parameters

$pSource
Source array to create HashTable from

Throws

PHPExcel_Exception
public
# add( PHPExcel_IComparable $pSource = null )

Add HashTable item

Add HashTable item

Parameters

$pSource
Item to add

Throws

PHPExcel_Exception
public
# remove( PHPExcel_IComparable $pSource = null )

Remove HashTable item

Remove HashTable item

Parameters

$pSource
Item to remove

Throws

PHPExcel_Exception
public
# clear( )

Clear HashTable

Clear HashTable

public integer
# count( )

Count

Count

Returns

integer
public integer
# getIndexForHashCode( string $pHashCode = '' )

Get index for hash code

Get index for hash code

Parameters

$pHashCode

Returns

integer
Index
public PHPExcel_IComparable
# getByIndex( integer $pIndex = 0 )

Get by index

Get by index

Parameters

$pIndex

Returns

PHPExcel_IComparable
public PHPExcel_IComparable
# getByHashCode( string $pHashCode = '' )

Get by hashcode

Get by hashcode

Parameters

$pHashCode

Returns

PHPExcel_IComparable
public PHPExcel_IComparable[]
# toArray( )

HashTable to array

HashTable to array

Returns

PHPExcel_IComparable[]
public
# __clone( )

Implement PHP __clone to create a deep clone, not just a shallow copy.

Implement PHP __clone to create a deep clone, not just a shallow copy.

Properties summary
public array $_items

HashTable elements

HashTable elements

# array()
public array $_keyMap

HashTable key map

HashTable key map

# array()
Autene API documentation generated by ApiGen