Parse a TSV file. More...

Public Member Functions

 __construct ($content, $delimiter)
 __destruct ()

Data Fields

 $resources = array()

Private Member Functions

 parse ()

Private Attributes

 $fileContent = ""
 file content to parse
 $delimiter = ""

Detailed Description

Parse a TSV file.


Author:
Frederick Giasson, Structured Dynamics LLC.




Definition at line 40 of file TsvParser.php.


Constructor & Destructor Documentation

__construct ( content,
delimiter 
)

Definition at line 49 of file TsvParser.php.

References $delimiter, and parse().

Here is the call graph for this function:

__destruct (  ) 

Definition at line 58 of file TsvParser.php.


Member Function Documentation

parse (  )  [private]

Definition at line 60 of file TsvParser.php.

References $uri.

Referenced by __construct().


Field Documentation

$delimiter = "" [private]

Definition at line 47 of file TsvParser.php.

Referenced by __construct().

$fileContent = "" [private]

file content to parse

Definition at line 45 of file TsvParser.php.

$resources = array()

Definition at line 42 of file TsvParser.php.


The documentation for this class was generated from the following file:
Copyright © 2009-2011. Structured Dynamics LLC Structured Dynamics LLC. All rights reserved.