PHPExcel
[ class tree: PHPExcel ] [ index: PHPExcel ] [ all elements ]

Class: PHPExcel_WorksheetIterator

Source Location: /PHPExcel/WorksheetIterator.php

Class Overview

CachingIterator
   |
   --PHPExcel_WorksheetIterator

PHPExcel_WorksheetIterator


Author(s):

Copyright:

  • Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel)

Methods


Inherited Constants

Class: CachingIterator (Internal Class)

CALL_TOSTRING = 1
CATCH_GET_CHILD = 16
FULL_CACHE = 256
TOSTRING_USE_CURRENT = 4
TOSTRING_USE_INNER = 8
TOSTRING_USE_KEY = 2

Inherited Methods

Class: CachingIterator (Internal Class)

constructor __construct ( $iterator, [$flags = ] )
count ( )
current ( )
getCache ( )
getFlags ( )
getInnerIterator ( )
hasNext ( )
key ( )
next ( )
offsetExists ( $index )
offsetGet ( $index )
offsetSet ( $index, $newval )
offsetUnset ( $index )
rewind ( )
setFlags ( $flags )
valid ( )
__toString ( )

Class Details

[line 38]
PHPExcel_WorksheetIterator

Used to iterate worksheets in PHPExcel




Tags:

copyright:  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Methods


constructor __construct [line 59]

PHPExcel_WorksheetIterator __construct( [PHPExcel $subject = null])

Create a new worksheet iterator



Tags:

access:  public


Overrides CachingIterator::constructor __construct ( $iterator, [$flags = ] ) (parent method not documented)

Parameters:

PHPExcel   $subject  

[ Top ]

destructor __destruct [line 67]

void __destruct( )

Destructor



Tags:

access:  public


[ Top ]

method current [line 83]

PHPExcel_Worksheet current( )

Current PHPExcel_Worksheet



Tags:

access:  public


Overrides CachingIterator::current ( ) (parent method not documented)

[ Top ]

method key [line 92]

int key( )

Current key



Tags:

access:  public


Overrides CachingIterator::key ( ) (parent method not documented)

[ Top ]

method next [line 99]

void next( )

Next value



Tags:

access:  public


Overrides CachingIterator::next ( ) (parent method not documented)

[ Top ]

method rewind [line 74]

void rewind( )

Rewind iterator



Tags:

access:  public


Overrides CachingIterator::rewind ( ) (parent method not documented)

[ Top ]

method valid [line 108]

boolean valid( )

More PHPExcel_Worksheet instances available?



Tags:

access:  public


Overrides CachingIterator::valid ( ) (parent method not documented)

[ Top ]


Documentation generated on Sun, 27 Feb 2011 16:37:27 -0800 by phpDocumentor 1.4.3