Метод |
Описание |
|
__construct ( string $data ) : Data |
Constructor |
|
factory ( string $data ) : Data |
Static method to instantiate the data object and return itself
to facilitate chaining methods together. |
|
getData ( ) : string |
Get the data stream |
|
getFile ( ) : string |
Get the file stream |
|
getIdQuote ( ) : string |
Get the ID quote |
|
getPma ( ) : boolean |
Get the PMA flag |
|
getTable ( ) : string |
Get the table name |
|
parseData ( string $to, array $options = null ) : mixed |
Parse the data stream and return a file data stream. |
|
parseFile ( ) : mixed |
Parse the data file stream and return a PHP data object. |
|
setIdQuote ( string $quote ) : Data |
Set the identifier quote |
|
setPma ( boolean $comp ) : Data |
Set the PMA compatible XML flag |
|
setTable ( string $table ) : Data |
Set the table name |
|
writeData ( string $toFile, boolean $output = false, boolean $download = false ) : Data |
Write the data stream to a file and either save or output it |
|