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

Class: XML_SaxFilters_IO_ListReader

Source Location: /XML_SaxFilters-0.3.0/SaxFilters/IO/ListReader.php

Class Overview


ListReader iterates over a list. This isn't


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 34]
ListReader iterates over a list. This isn't

meant for use directly by the filters but simply to be returned by ListWriter

  • Access: public


[ Top ]


Method Detail

XML_SaxFilters_IO_ListReader (Constructor)   [line 55]

XML_SaxFilters_IO_ListReader XML_SaxFilters_IO_ListReader( array &$list)

ListReader Constructor
  • Access: public

Parameters:

array   &$list   —  list to read from

[ Top ]

isFinal   [line 82]

boolean isFinal( )

Indicates whether the reader has reached the end of the data source
  • Access: public

[ Top ]

read   [line 66]

mixed &read( )

Returns one element from the list
  • Return: element from the list (a reference)
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 10:15:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.