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

Class: XML_SaxFilters_IO_ListWriter

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

Class Overview


ListWriter writes variables to a list


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 35]
ListWriter writes variables to a list
  • Access: public


[ Top ]


Method Detail

XML_SaxFilters_IO_ListWriter (Constructor)   [line 48]

XML_SaxFilters_IO_ListWriter XML_SaxFilters_IO_ListWriter( )

ListWriter Constructor
  • Access: public

[ Top ]

close   [line 85]

boolean close( )

"Close" the list - does nothing
  • Access: public

[ Top ]

getReader   [line 75]

XML_SaxFilters_IO_ListReader &getReader( )

Returns a ListReader
  • Access: public

[ Top ]

write   [line 60]

boolean write( mixed &$data)

Adds elemment to the list (it won't allow you to write values which

evaluate to false)

  • Return: TRUE on success, FALSE is you try to write a FALSE value
  • Access: public

Parameters:

mixed   &$data   —  data to write

[ Top ]


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