Collaboration diagram for Ods2Csv:Public Member Functions | |
| convertOds2csv ($odsfile, $csvfile) | |
| ods2content ($odsfile) | |
| xmlcontent2csv ($xmlcontent) | |
| seemsODS ($filename) | |
| convertOds2Csv ($odsfile, $csvfile) | |
Static Public Member Functions | |
| static | startElement ($parser, $name, $attrs) |
| static | endElement ($parser, $name) |
| static | characterData ($parser, $data) |
Data Fields | |
| const | ALTSEPCHAR = ' --- ' |
| const | SEPCHAR = ';' |
Protected Member Functions | |
| ods2content ($odsfile) | |
| xmlcontent2csv ($xmlcontent) | |
| startElement ($parser, $name, $attrs) | |
| endElement ($parser, $name) | |
| characterData ($parser, $data) | |
| seemsODS ($filename) | |
Definition at line 4 of file genStubFamilyClass.php.
|
static |
| $parser | PhpUnusedParameterInspection |
Definition at line 164 of file genStubFamilyClass.php.
|
protected |
| $parser | PhpUnusedParameterInspection |
Definition at line 195 of file buildTools/lib/ods2csv.php.
| convertOds2csv | ( | $odsfile, | |
| $csvfile | |||
| ) |
Take an ODS file and produce one CSV
| string | $odsfile | path to ODS file |
| string | $csvfile | path to CSV output file |
| Exception |
Definition at line 19 of file genStubFamilyClass.php.
Here is the call graph for this function:| convertOds2Csv | ( | $odsfile, | |
| $csvfile | |||
| ) |
Take an ODS file and produce one CSV
| string | $odsfile | path to ODS file |
| string | $csvfile | path to CSV output file |
| Exception |
Definition at line 29 of file buildTools/lib/ods2csv.php.
Here is the call graph for this function:
|
static |
| $parser | PhpUnusedParameterInspection |
Definition at line 129 of file genStubFamilyClass.php.
|
protected |
| $parser | PhpUnusedParameterInspection |
Definition at line 154 of file buildTools/lib/ods2csv.php.
| ods2content | ( | $odsfile | ) |
Extract content from an ods file
| string | $odsfile | file path |
| Exception |
Definition at line 40 of file genStubFamilyClass.php.
|
protected |
Extract content from an ods file
| string | $odsfile | file path |
| Exception |
Definition at line 56 of file buildTools/lib/ods2csv.php.
| seemsODS | ( | $filename | ) |
Definition at line 174 of file genStubFamilyClass.php.
|
protected |
Definition at line 205 of file buildTools/lib/ods2csv.php.
|
static |
| $parser | PhpUnusedParameterInspection |
Definition at line 90 of file genStubFamilyClass.php.
|
protected |
PhpUnusedLocalVariableInspection
| $parser | PhpUnusedParameterInspection |
Definition at line 113 of file buildTools/lib/ods2csv.php.
| xmlcontent2csv | ( | $xmlcontent | ) |
| $xmlcontent |
| Exception |
Definition at line 68 of file genStubFamilyClass.php.
|
protected |
| $xmlcontent |
| Exception |
Definition at line 83 of file buildTools/lib/ods2csv.php.
| const ALTSEPCHAR = ' --- ' |
Definition at line 8 of file genStubFamilyClass.php.
| const SEPCHAR = ';' |
Definition at line 9 of file genStubFamilyClass.php.